Laibaaaaa commited on
Commit
cb4e9e6
·
verified ·
1 Parent(s): f4c2ddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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