Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
|