Update app.py
Browse files
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")
|