johann22 commited on
Commit
7fd3898
1 Parent(s): 091091c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,7 +481,7 @@ examples=[["What are the biggest news stories today?", None, None, None, None, N
481
  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
  msg = gr.Textbox()
484
- clear = gr.ClearButton([msg, chatbot])
485
  msg.submit(run, [msg, chatbot], [msg, chatbot])
486
  iface.launch()
487
 
 
481
  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
  msg = gr.Textbox()
484
+ #clear = gr.ChatbotlearButton([msg, chatbot])
485
  msg.submit(run, [msg, chatbot], [msg, chatbot])
486
  iface.launch()
487