Update app.py
Browse files
app.py
CHANGED
@@ -307,14 +307,13 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css, title="AI Syllabus Archit
|
|
307 |
|
308 |
# --- TOP LEVEL HEADER (Collapsible) ---
|
309 |
with gr.Column(visible=True) as header_view:
|
310 |
-
|
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 |
-
|
318 |
toggle_header_btn = gr.Button("⬆️", elem_classes="sm-button")
|
319 |
|
320 |
# --- UI for Visitor Mode (API Key Entry) ---
|
|
|
307 |
|
308 |
# --- TOP LEVEL HEADER (Collapsible) ---
|
309 |
with gr.Column(visible=True) as header_view:
|
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,<br>then tell the AI how you want to be taught. The tutor will then explain the topics based on your persona.
|
|
|
314 |
""",
|
315 |
elem_id="app-header"
|
316 |
+
)
|
317 |
toggle_header_btn = gr.Button("⬆️", elem_classes="sm-button")
|
318 |
|
319 |
# --- UI for Visitor Mode (API Key Entry) ---
|