yuntian-deng commited on
Commit
c11648d
1 Parent(s): 6d5eded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
190
  state = gr.State([]) #s
191
  with gr.Row():
192
  with gr.Column(scale=7):
193
- b1 = gr.Button(visible=not DISABLED).style(full_width=True)
194
  with gr.Column(scale=3):
195
  server_status_code = gr.Textbox(label="Status code from OpenAI server", )
196
 
 
190
  state = gr.State([]) #s
191
  with gr.Row():
192
  with gr.Column(scale=7):
193
+ b1 = gr.Button(visible=not DISABLED) #.style(full_width=True)
194
  with gr.Column(scale=3):
195
  server_status_code = gr.Textbox(label="Status code from OpenAI server", )
196