Spaces:
Runtime error
Runtime error
Commit
·
cbd4f7a
1
Parent(s):
58c1a25
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ with gr.Blocks() as ReadingQuiz:
|
|
| 88 |
# Student chatbot interface
|
| 89 |
gr.Markdown("""
|
| 90 |
## Chat with the Model
|
| 91 |
-
|
| 92 |
""")
|
| 93 |
|
| 94 |
# Instead of ask students to provide key, the key is now provided by the instructor.
|
|
|
|
| 88 |
# Student chatbot interface
|
| 89 |
gr.Markdown("""
|
| 90 |
## Chat with the Model
|
| 91 |
+
This is the Blocher Reading Quiz App.
|
| 92 |
""")
|
| 93 |
|
| 94 |
# Instead of ask students to provide key, the key is now provided by the instructor.
|