multimodalart HF staff commited on
Commit
6e38edd
1 Parent(s): 52788ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with block:
276
  placeholder="Enter a negative prompt",
277
  elem_id="negative-prompt-text-input",
278
  )
279
- with gr.Column(scale=1):
280
  btn = gr.Button("Generate image")
281
 
282
  gallery = gr.Gallery(
 
276
  placeholder="Enter a negative prompt",
277
  elem_id="negative-prompt-text-input",
278
  )
279
+ with gr.Column(scale=1, min_width=150):
280
  btn = gr.Button("Generate image")
281
 
282
  gallery = gr.Gallery(