Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clean up
Browse files
app.py
CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks() as demo_leaderboard:
|
|
316 |
container=False,
|
317 |
)
|
318 |
shown_columns_dict[task_type.name] = shown_column
|
319 |
-
with gr.
|
320 |
with gr.Column(min_width=320):
|
321 |
filter_columns_type = gr.CheckboxGroup(
|
322 |
label="Model types",
|
|
|
316 |
container=False,
|
317 |
)
|
318 |
shown_columns_dict[task_type.name] = shown_column
|
319 |
+
with gr.Row():
|
320 |
with gr.Column(min_width=320):
|
321 |
filter_columns_type = gr.CheckboxGroup(
|
322 |
label="Model types",
|