Spaces:
Build error
Build error
Commit
·
0e00a92
1
Parent(s):
ae32d37
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ def get_conversation_history(chat_tutor):
|
|
| 66 |
|
| 67 |
with gr.Blocks() as demo:
|
| 68 |
#initialize tutor (with state)
|
| 69 |
-
study_tutor = gr.State(
|
| 70 |
|
| 71 |
# Chatbot interface
|
| 72 |
gr.Markdown("""
|
|
|
|
| 66 |
|
| 67 |
with gr.Blocks() as demo:
|
| 68 |
#initialize tutor (with state)
|
| 69 |
+
study_tutor = gr.State(EchoingTutor())
|
| 70 |
|
| 71 |
# Chatbot interface
|
| 72 |
gr.Markdown("""
|