ehristoforu commited on
Commit
9ae65e8
·
1 Parent(s): a2cc0ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css=css) as demo:
185
  )
186
  with gr.Group():
187
  with gr.Box():
188
- with gr.Row().style(mobile_collapse=False, equal_height=True):
189
  with gr.Column():
190
  gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[2], height="auto")
191
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
 
185
  )
186
  with gr.Group():
187
  with gr.Box():
188
+ with gr.Row():
189
  with gr.Column():
190
  gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[2], height="auto")
191
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):