johann22 commited on
Commit
5de10f3
·
1 Parent(s): 76a6eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -482,7 +482,7 @@ with gr.Blocks() as iface:
482
  #chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
483
  chatbot=gr.Chatbot()
484
  msg = gr.Textbox()
485
- clear = gr.ChatbotlearButton([msg, chatbot])
486
  msg.submit(run, [msg, chatbot], [msg, chatbot])
487
  iface.launch()
488
 
 
482
  #chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
483
  chatbot=gr.Chatbot()
484
  msg = gr.Textbox()
485
+ clear = gr.ClearButton([msg, chatbot])
486
  msg.submit(run, [msg, chatbot], [msg, chatbot])
487
  iface.launch()
488