artificialguybr commited on
Commit
a4cd409
1 Parent(s): 463c3f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -93,9 +93,9 @@ with gr.Blocks(css=CSS) as demo:
93
  lines=3,
94
  )
95
  with gr.Row():
96
- submit = gr.Button(value="Send message", variant="secondary").style(full_width=True)
97
- clear = gr.Button(value="New topic", variant="secondary").style(full_width=False)
98
- stop = gr.Button(value="Stop", variant="secondary").style(full_width=False)
99
  with gr.Accordion("Show Model Parameters", open=False):
100
  with gr.Row():
101
  with gr.Column():
 
93
  lines=3,
94
  )
95
  with gr.Row():
96
+ submit = gr.Button(value="Send message", variant="secondary", scale=1)
97
+ clear = gr.Button(value="New topic", variant="secondary", scale=0)
98
+ stop = gr.Button(value="Stop", variant="secondary", scale=0)
99
  with gr.Accordion("Show Model Parameters", open=False):
100
  with gr.Row():
101
  with gr.Column():