Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def respond(message, chat_history):
|
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
gr.Markdown("## 📊 Data Science Tutor Chatbot")
|
| 52 |
|
| 53 |
-
chatbot = gr.Chatbot()
|
| 54 |
msg = gr.Textbox(label="Ask your question")
|
| 55 |
clear = gr.Button("Clear Chat")
|
| 56 |
|
|
|
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
gr.Markdown("## 📊 Data Science Tutor Chatbot")
|
| 52 |
|
| 53 |
+
chatbot = gr.Chatbot(type="tuples")
|
| 54 |
msg = gr.Textbox(label="Ask your question")
|
| 55 |
clear = gr.Button("Clear Chat")
|
| 56 |
|