Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 170 |
label="Runtime Range (seconds)",
|
| 171 |
),
|
| 172 |
ColumnFilter(
|
| 173 |
VRPResultColumn.feasibility.name,
|
| 174 |
type="boolean",
|
| 175 |
label="Feasible Solutions Only",
|
| 176 |
-
default=
|
| 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",
|