Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
t0-0
commited on
Commit
·
f53de29
1
Parent(s):
273cf73
Change the height of the Accordion containing the filter options from 100 to 110
Browse files
app.py
CHANGED
@@ -293,7 +293,7 @@ with gr.Blocks() as demo_leaderboard:
|
|
293 |
else:
|
294 |
label = task_type.value
|
295 |
with gr.Accordion(label, open=True, elem_classes="accordion"):
|
296 |
-
with gr.Row(height=
|
297 |
shown_column = gr.CheckboxGroup(
|
298 |
show_label=False,
|
299 |
choices=[
|
|
|
293 |
else:
|
294 |
label = task_type.value
|
295 |
with gr.Accordion(label, open=True, elem_classes="accordion"):
|
296 |
+
with gr.Row(height=110):
|
297 |
shown_column = gr.CheckboxGroup(
|
298 |
show_label=False,
|
299 |
choices=[
|