jpruzcuen commited on
Commit ·
d28e2fc
1
Parent(s): 9a53f43
last minute fix
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ with gr.Blocks(title="TAI: AI Teacher Assistant") as demo:
|
|
| 23 |
Ask questions about AI and Machine Learning! Test your understanding with a quiz.
|
| 24 |
""")
|
| 25 |
#gr.Markdown(raw_quiz)
|
| 26 |
-
gr.Markdown(str(parsed_quiz[0]))
|
| 27 |
|
| 28 |
with gr.Row():
|
| 29 |
# Chat column
|
|
|
|
| 23 |
Ask questions about AI and Machine Learning! Test your understanding with a quiz.
|
| 24 |
""")
|
| 25 |
#gr.Markdown(raw_quiz)
|
| 26 |
+
#gr.Markdown(str(parsed_quiz[0]))
|
| 27 |
|
| 28 |
with gr.Row():
|
| 29 |
# Chat column
|