Spaces:
Running
Running
Commit
·
acb5890
1
Parent(s):
c89c654
update
Browse files- app.py +2 -4
- data/2025-01/14b.xlsx +0 -0
- data/2025-01/1b5.xlsx +0 -0
- data/2025-01/3b.xlsx +0 -0
- data/2025-01/7b.xlsx +0 -0
- data/2025-01/9b.xlsx +0 -0
app.py
CHANGED
@@ -461,10 +461,8 @@ with gr.Blocks(css=css) as demo:
|
|
461 |
size_range_slider = RangeSlider(minimum=0, maximum=15, value=[0, 15], step=0.1, label="Model Size Range")
|
462 |
metric_selector = gr.Dropdown(label="Metric", choices=metric_list, value=metric_list[0])
|
463 |
with gr.Column():
|
464 |
-
color_selector = gr.CheckboxGroup(label="Colored Columns", choices=["Average", "Individual Tests"], value=
|
465 |
-
colfilter = gr.CheckboxGroup(
|
466 |
-
label="Data Source", choices=get_unique_column_names(all_data), value=get_unique_column_names(all_data)
|
467 |
-
)
|
468 |
|
469 |
table = gr.Dataframe(
|
470 |
initial_data,
|
|
|
461 |
size_range_slider = RangeSlider(minimum=0, maximum=15, value=[0, 15], step=0.1, label="Model Size Range")
|
462 |
metric_selector = gr.Dropdown(label="Metric", choices=metric_list, value=metric_list[0])
|
463 |
with gr.Column():
|
464 |
+
color_selector = gr.CheckboxGroup(label="Colored Columns", choices=["Average", "Individual Tests"], value=initial_colors)
|
465 |
+
colfilter = gr.CheckboxGroup(label="Data Source", choices=get_unique_column_names(all_data), value=initial_columns)
|
|
|
|
|
466 |
|
467 |
table = gr.Dataframe(
|
468 |
initial_data,
|
data/2025-01/14b.xlsx
ADDED
Binary file (10.8 kB). View file
|
|
data/2025-01/1b5.xlsx
ADDED
Binary file (13.7 kB). View file
|
|
data/2025-01/3b.xlsx
ADDED
Binary file (10.8 kB). View file
|
|
data/2025-01/7b.xlsx
ADDED
Binary file (10.8 kB). View file
|
|
data/2025-01/9b.xlsx
ADDED
Binary file (10.8 kB). View file
|
|