idolezal commited on
Commit
b276bf5
1 Parent(s): 03e12b5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -505,7 +505,7 @@ def gradio_app():
505
  "# θ (B)",
506
  type="slider",
507
  min=0.01,
508
- max=leaderboard_dataframe["# θ (B)"].max(),
509
  label="Select the number of parameters (B)",
510
  ),
511
  ],
 
505
  "# θ (B)",
506
  type="slider",
507
  min=0.01,
508
+ max=leaderboard_dataframe["# θ (B)"].max() + 1,
509
  label="Select the number of parameters (B)",
510
  ),
511
  ],