AashitaK commited on
Commit
c3eb67f
·
verified ·
1 Parent(s): 4fdd41b

Update utils/chatbot_interface.py

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