Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ def init_leaderboard(dataframe, auto_eval_col_class):
|
|
| 149 |
auto_eval_col_class.params.name,
|
| 150 |
type="slider",
|
| 151 |
min=0.01,
|
| 152 |
-
max=
|
| 153 |
label="Select the number of parameters (B)",
|
| 154 |
),
|
| 155 |
ColumnFilter(
|
|
|
|
| 149 |
auto_eval_col_class.params.name,
|
| 150 |
type="slider",
|
| 151 |
min=0.01,
|
| 152 |
+
max=800,
|
| 153 |
label="Select the number of parameters (B)",
|
| 154 |
),
|
| 155 |
ColumnFilter(
|