Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
outputs = [user_chat_input, chatbot, study_tutor],
|
81 |
queue=True
|
82 |
)
|
83 |
-
|
84 |
# Testing the chat history storage, can be deleted at deployment
|
85 |
with gr.Blocks():
|
86 |
test_btn = gr.Button("View your chat history")
|
|
|
80 |
outputs = [user_chat_input, chatbot, study_tutor],
|
81 |
queue=True
|
82 |
)
|
83 |
+
|
84 |
# Testing the chat history storage, can be deleted at deployment
|
85 |
with gr.Blocks():
|
86 |
test_btn = gr.Button("View your chat history")
|