adamnarozniak commited on
Commit
6c6d5b4
·
verified ·
1 Parent(s): 37c4890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ with gr.Blocks() as demo:
266
  keep_incomplete_shard_input
267
  ]
268
  )
269
- with gr.Column(scale=3):
270
  gr.Markdown("## Label Distribution Plot")
271
  plot_output = gr.Image(label="Label Distribution Plot")
272
  submit_button = gr.Button("Partition and Plot", variant="primary")
 
266
  keep_incomplete_shard_input
267
  ]
268
  )
269
+ with gr.Column(scale=3, min_width=480):
270
  gr.Markdown("## Label Distribution Plot")
271
  plot_output = gr.Image(label="Label Distribution Plot")
272
  submit_button = gr.Button("Partition and Plot", variant="primary")