Antoine245 commited on
Commit
996acc0
·
1 Parent(s): e95887c

Update app.py

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