Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
t0-0
commited on
Commit
·
273cf73
1
Parent(s):
a9a84ae
Set the Accordion containing the 'Details' filter to be open by default
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks() as demo_leaderboard:
|
|
317 |
container=False,
|
318 |
)
|
319 |
shown_columns_dict[task_type.name] = shown_column
|
320 |
-
with gr.Accordion("Details - 詳細表示"
|
321 |
with gr.Column(min_width=320):
|
322 |
filter_columns_type = gr.CheckboxGroup(
|
323 |
label="Model types",
|
|
|
317 |
container=False,
|
318 |
)
|
319 |
shown_columns_dict[task_type.name] = shown_column
|
320 |
+
with gr.Accordion("Details - 詳細表示"):
|
321 |
with gr.Column(min_width=320):
|
322 |
filter_columns_type = gr.CheckboxGroup(
|
323 |
label="Model types",
|