yxmauw commited on
Commit
21042d3
·
verified ·
1 Parent(s): a91f0b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(
45
  submit_button = gr.Button("Submit")
46
  submit_button.click(generate_response, inputs=[model_dropdown, message, chatbot], outputs=[message, chatbot])
47
 
48
- clear = gr.ClearButton([message, chatbot], scale=1)
49
 
50
  # Launch the Gradio app
51
  demo.launch()
 
45
  submit_button = gr.Button("Submit")
46
  submit_button.click(generate_response, inputs=[model_dropdown, message, chatbot], outputs=[message, chatbot])
47
 
48
+ clear = gr.ClearButton([message, chatbot])
49
 
50
  # Launch the Gradio app
51
  demo.launch()