ahmedheakl commited on
Commit
be60cff
·
verified ·
1 Parent(s): 6fa0576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -166,14 +166,14 @@ def init_vrp_leaderboard(dataframe: pd.DataFrame):
166
  VRPResultColumn.runtime.name,
167
  type="slider",
168
  min=0,
169
- max=1,
170
  label="Runtime Range (seconds)",
171
  ),
172
  ColumnFilter(
173
  VRPResultColumn.feasibility.name,
174
  type="boolean",
175
  label="Feasible Solutions Only",
176
- default=True
177
  ),
178
  ],
179
  bool_checkboxgroup_label="Filter Options",
 
166
  VRPResultColumn.runtime.name,
167
  type="slider",
168
  min=0,
169
+ max=100,
170
  label="Runtime Range (seconds)",
171
  ),
172
  ColumnFilter(
173
  VRPResultColumn.feasibility.name,
174
  type="boolean",
175
  label="Feasible Solutions Only",
176
+ default=False
177
  ),
178
  ],
179
  bool_checkboxgroup_label="Filter Options",