onekq commited on
Commit
e697cf2
1 Parent(s): 77a1b1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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,
 
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,