Spaces:
Running
Running
Update app.py
Browse files
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 |
|