Antoine245 commited on
Commit
efce02d
·
1 Parent(s): e24a71d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
29
  chatbot = gr.Chatbot()
30
  msg = gr.Textbox()
31
  btn = gr.Button("Submit",variant="primary")
32
- clear = gr.ClearButton("Clear")
33
 
34
 
35
  def user(user_message, history):
 
29
  chatbot = gr.Chatbot()
30
  msg = gr.Textbox()
31
  btn = gr.Button("Submit",variant="primary")
32
+ clear = gr.Button("Clear")
33
 
34
 
35
  def user(user_message, history):