ECUiVADE commited on
Commit
e5f51b0
1 Parent(s): 96ef2a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ class ChatbotAPP:
271
 
272
  with gr.Tab("Barry"):
273
  chatbot = gr.Chatbot(show_label=True,label="Chat With Barry")
274
- msg = gr.Textbox(label="Type your message")
275
  send = gr.Button("Send")
276
  clear = gr.Button("Clear Chat")
277
  send.click(self.generate, inputs=[msg], outputs=chatbot)
 
271
 
272
  with gr.Tab("Barry"):
273
  chatbot = gr.Chatbot(show_label=True,label="Chat With Barry")
274
+ msg = gr.Textbox(label="Type your message to Barry")
275
  send = gr.Button("Send")
276
  clear = gr.Button("Clear Chat")
277
  send.click(self.generate, inputs=[msg], outputs=chatbot)