Spaces:
Sleeping
Sleeping
update button width
Browse files
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 |
|