Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ def init_leaderboard(dataframe, default_selection=["Model", "pass@1", "pass@5",
|
|
47 |
cant_deselect=[], # Columns that cannot be deselected
|
48 |
label="Select Columns to Display:",
|
49 |
),
|
50 |
-
|
51 |
-
|
52 |
filter_columns=[], # Filters for the columns
|
53 |
#bool_checkboxgroup_label="Hide models",
|
54 |
interactive=False,
|
|
|
47 |
cant_deselect=[], # Columns that cannot be deselected
|
48 |
label="Select Columns to Display:",
|
49 |
),
|
50 |
+
search_columns=["Model"], # Columns that can be searched
|
51 |
+
hide_columns=[], # Columns to hide
|
52 |
filter_columns=[], # Filters for the columns
|
53 |
#bool_checkboxgroup_label="Hide models",
|
54 |
interactive=False,
|