Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -217,7 +217,7 @@ with gr.Blocks() as demo:
|
|
| 217 |
|
| 218 |
run_button = gr.Button("Decompose!", variant="primary")
|
| 219 |
|
| 220 |
-
with gr.Column(scale=
|
| 221 |
gallery = gr.Gallery(label="Layers", columns=4, rows=1, format="png")
|
| 222 |
with gr.Row():
|
| 223 |
export_file = gr.File(label="Download PPTX")
|
|
|
|
| 217 |
|
| 218 |
run_button = gr.Button("Decompose!", variant="primary")
|
| 219 |
|
| 220 |
+
with gr.Column(scale=2):
|
| 221 |
gallery = gr.Gallery(label="Layers", columns=4, rows=1, format="png")
|
| 222 |
with gr.Row():
|
| 223 |
export_file = gr.File(label="Download PPTX")
|