Anusha831 commited on
Commit
f852fbb
·
verified ·
1 Parent(s): 2fb15ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ interface = gr.Interface(
86
  gr.Textbox(label="Generated Quiz", show_copy_button=True),
87
  gr.Textbox(label="Personalized Feedback", show_copy_button=True)
88
  ],
89
- title="EduTutor AI – Personalized Learning & Assessment",
90
  description="AI-powered quiz and feedback generator using IBM Granite LLM"
91
  )
92
 
 
86
  gr.Textbox(label="Generated Quiz", show_copy_button=True),
87
  gr.Textbox(label="Personalized Feedback", show_copy_button=True)
88
  ],
89
+ title="EduTutor AI – Personalized Learning & Assessment System",
90
  description="AI-powered quiz and feedback generator using IBM Granite LLM"
91
  )
92