ehristoforu commited on
Commit
1b5b3a3
·
1 Parent(s): 2df7ad5

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
 
188
- with gr.Row(elem_id="prompt-container").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=[4], height="auto")
191
  with gr.Row():
 
185
  )
186
  with gr.Group():
187
 
188
+ with gr.Row(elem_id="prompt-container"):
189
  with gr.Column():
190
  gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[4], height="auto")
191
  with gr.Row():