nateraw commited on
Commit
24a2032
·
1 Parent(s): 6890e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def fn(run):
34
  with gr.Blocks() as demo:
35
  with gr.Column(variant="panel"):
36
  with gr.Row(variant="compact"):
37
- refresh_btn = gr.Button("Refresh").style(full_width=False)
38
 
39
  with gr.Row(variant="compact"):
40
  run = gr.Dropdown(list(data.keys()), interactive=True).style(container=False)
 
34
  with gr.Blocks() as demo:
35
  with gr.Column(variant="panel"):
36
  with gr.Row(variant="compact"):
37
+ refresh_btn = gr.Button("Refresh").style(full_width=True)
38
 
39
  with gr.Row(variant="compact"):
40
  run = gr.Dropdown(list(data.keys()), interactive=True).style(container=False)