Spaces:
Sleeping
Sleeping
Update utils/chatbot_interface.py
Browse files
utils/chatbot_interface.py
CHANGED
@@ -69,7 +69,7 @@ class ChatbotInterface:
|
|
69 |
gr.Markdown(f"## {self.title}\n{self.description}")
|
70 |
|
71 |
# Chatbot history component
|
72 |
-
chatbot_output = gr.Chatbot(label=self.output_label)
|
73 |
|
74 |
# User input
|
75 |
user_input = gr.Textbox(
|
|
|
69 |
gr.Markdown(f"## {self.title}\n{self.description}")
|
70 |
|
71 |
# Chatbot history component
|
72 |
+
chatbot_output = gr.Chatbot(label=self.output_label, type="messages")
|
73 |
|
74 |
# User input
|
75 |
user_input = gr.Textbox(
|