Antoine245 commited on
Commit
68d3784
·
1 Parent(s): 3c17f86

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() as demo:
30
  chatbot = gr.Chatbot()
31
  msg = gr.Textbox()
32
- btn = gr.Button("Submit",css=".gradio-button {background-color: red}")
33
  clear = gr.ClearButton([msg, chatbot])
34
 
35
 
 
29
  with gr.Blocks() as demo:
30
  chatbot = gr.Chatbot()
31
  msg = gr.Textbox()
32
+ btn = gr.Blocks("Submit",css=".gradio-button {background-color: red}")
33
  clear = gr.ClearButton([msg, chatbot])
34
 
35