ysharma HF staff commited on
Commit
8d19f5f
1 Parent(s): 7479e07

update button width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
120
  state = gr.State([]) #s
121
  with gr.Row():
122
  with gr.Column(scale=7):
123
- b1 = gr.Button()
124
  with gr.Column(scale=3):
125
  server_status_code = gr.Textbox(label="Status code from OpenAI server", )
126
 
 
120
  state = gr.State([]) #s
121
  with gr.Row():
122
  with gr.Column(scale=7):
123
+ b1 = gr.Button().style(full_width=True)
124
  with gr.Column(scale=3):
125
  server_status_code = gr.Textbox(label="Status code from OpenAI server", )
126