linoyts HF Staff commited on
Commit
c8e8d7c
·
verified ·
1 Parent(s): 4b81add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1):
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")