Laura Biester commited on
Commit
355ae7f
·
1 Parent(s): edcbd4b

Testing something

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -76,4 +76,5 @@ demo = gr.ChatInterface(
76
  clear_btn="Reset chat history and talk to another bot",
77
  retry_btn=None,
78
  undo_btn=None)
 
79
  demo.launch(share=True)
 
76
  clear_btn="Reset chat history and talk to another bot",
77
  retry_btn=None,
78
  undo_btn=None)
79
+ demo.clear_btn.click(lambda: "Clear was clicked")
80
  demo.launch(share=True)