Update app.py
Browse files
app.py
CHANGED
@@ -371,19 +371,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css, title="AI Syllabus Archit
|
|
371 |
with gr.Tab("How to Use"):
|
372 |
gr.Markdown(
|
373 |
"""
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
<p>A quick walkthrough of the app's features and how to get started.</p>
|
378 |
-
<iframe src="https://www.youtube.com/embed/p8uxJPLlQg4" width="100%" height="240" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
379 |
-
</div>
|
380 |
-
<div style="flex: 1; min-width: 300px;">
|
381 |
-
<h4>Inspiration & Limitations</h4>
|
382 |
-
<p>Learn about the vision behind the project and its current capabilities.</p>
|
383 |
-
<iframe src="https://www.youtube.com/embed/gBsjCHJn1BA" width="100%" height="240" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
384 |
-
</div>
|
385 |
-
</div>
|
386 |
-
|
387 |
---
|
388 |
|
389 |
**1. Start a Conversation:**
|
|
|
371 |
with gr.Tab("How to Use"):
|
372 |
gr.Markdown(
|
373 |
"""
|
374 |
+
### Video
|
375 |
+
How to Use AI Tutor - https://www.youtube.com/embed/p8uxJPLlQg4
|
376 |
+
Inspiration & Limitations- https://www.youtube.com/embed/gBsjCHJn1BA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
---
|
378 |
|
379 |
**1. Start a Conversation:**
|