yxmauw commited on
Commit
bd4aace
·
verified ·
1 Parent(s): 6daebf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(
41
 
42
  message.submit(generate_response, inputs=[model_dropdown, message, chatbot], outputs=[message, chatbot])
43
 
44
- clear = gr.ClearButton([message, chatbot])
45
 
46
  # Launch the Gradio app
47
  demo.launch()
 
41
 
42
  message.submit(generate_response, inputs=[model_dropdown, message, chatbot], outputs=[message, chatbot])
43
 
44
+ clear = gr.ClearButton([message, chatbot], scale=1)
45
 
46
  # Launch the Gradio app
47
  demo.launch()