Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css, title="AI Syllabus Archit
|
|
310 |
gr.Markdown(
|
311 |
"""
|
312 |
# AI Tutor & Syllabus Planner
|
313 |
-
Upload a resource or ask what you want to learn to generate a syllabus. Finalize the plan,
|
|
|
314 |
""",
|
315 |
elem_id="app-header"
|
316 |
)
|
|
|
310 |
gr.Markdown(
|
311 |
"""
|
312 |
# AI Tutor & Syllabus Planner
|
313 |
+
Upload a resource or ask what you want to learn to generate a syllabus. Finalize the plan,
|
314 |
+
then tell the AI how you want to be taught. The tutor will then explain the topics based on your persona.
|
315 |
""",
|
316 |
elem_id="app-header"
|
317 |
)
|