panelforge commited on
Commit
4e22d3a
·
verified ·
1 Parent(s): 70b61d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ with gr.Blocks(css=css) as demo:
79
  container=False,
80
  )
81
 
82
- with gr.Row():
83
- run_button = gr.Button("Run", variant="primary")
84
 
85
  with gr.Accordion("Advanced Settings", open=False):
86
  with gr.Row():
 
79
  container=False,
80
  )
81
 
82
+
83
+ run_button = gr.Button("Run", variant="primary")
84
 
85
  with gr.Accordion("Advanced Settings", open=False):
86
  with gr.Row():