Commit
·
a2cc0ab
1
Parent(s):
66863fc
Update app.py
Browse files
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(
|
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().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):
|