Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
4 |
# Capybara Dating App
|
5 |
|
6 |
Capybara Dating App is an interactive personality quiz that uses AI to generate questions and classify users' dating personalities. It's built with Python (Flask) for the backend and HTML/JavaScript for the frontend.
|
@@ -58,4 +59,17 @@ Capybara Dating App is an interactive personality quiz that uses AI to generate
|
|
58 |
- `capybara_dating_app_api.py`: Flask backend
|
59 |
- `capybara_dating_app.html`: Frontend HTML/JavaScript
|
60 |
- `requirements.txt`: List of Python dependencies
|
61 |
-
- `README.md`: This file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<table>
|
2 |
+
<tr>
|
3 |
+
<td width="70%">
|
4 |
+
|
5 |
# Capybara Dating App
|
6 |
|
7 |
Capybara Dating App is an interactive personality quiz that uses AI to generate questions and classify users' dating personalities. It's built with Python (Flask) for the backend and HTML/JavaScript for the frontend.
|
|
|
59 |
- `capybara_dating_app_api.py`: Flask backend
|
60 |
- `capybara_dating_app.html`: Frontend HTML/JavaScript
|
61 |
- `requirements.txt`: List of Python dependencies
|
62 |
+
- `README.md`: This file
|
63 |
+
- `capybara.mp4`: Introductory video about the app
|
64 |
+
|
65 |
+
</td>
|
66 |
+
<td width="30%" valign="top">
|
67 |
+
|
68 |
+
<video width="100%" controls>
|
69 |
+
<source src="capybara.mp4" type="video/mp4">
|
70 |
+
Your browser does not support the video tag.
|
71 |
+
</video>
|
72 |
+
|
73 |
+
</td>
|
74 |
+
</tr>
|
75 |
+
</table>
|