AashitaK commited on
Commit
66abc84
·
verified ·
1 Parent(s): 4ab43b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ class ChatbotInterface:
73
  gr.Markdown(f"## {self.title}\n{self.description}")
74
 
75
  # Chatbot history component
76
- chatbot_output = gr.Chatbot(label=self.output_label, type='messages')
77
 
78
  # User input
79
  user_input = gr.Textbox(
 
73
  gr.Markdown(f"## {self.title}\n{self.description}")
74
 
75
  # Chatbot history component
76
+ chatbot_output = gr.Chatbot(label=self.output_label)
77
 
78
  # User input
79
  user_input = gr.Textbox(