Yaswanth123 commited on
Commit
adaff44
·
verified ·
1 Parent(s): 92b8cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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, 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
  )
 
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
  )