ThomasSimonini HF staff commited on
Commit
5cb5f1e
β€’
1 Parent(s): 4d84ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -273,8 +273,8 @@ with gr.Blocks() as demo:
273
  value=75,
274
  step=5
275
  )
276
- with gr.Row():
277
- step1_submit = gr.Button("Generate", elem_id="generate", variant="primary")
278
  with gr.Column():
279
  with gr.Row():
280
  with gr.Column():
 
273
  value=75,
274
  step=5
275
  )
276
+ with gr.Row():
277
+ step1_submit = gr.Button("Generate", elem_id="generate", variant="primary")
278
  with gr.Column():
279
  with gr.Row():
280
  with gr.Column():