rymc commited on
Commit
676fa45
·
verified ·
1 Parent(s): cade2b4

fix table height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def init_leaderboard(df: pd.DataFrame):
149
  # column_widths=["3%"],
150
  bool_checkboxgroup_label=None,
151
  interactive=False,
152
- height=max(400, int((len(df) + 2) * 80)),
153
  )
154
 
155
  image_path = "static/kluster-color.png"
 
149
  # column_widths=["3%"],
150
  bool_checkboxgroup_label=None,
151
  interactive=False,
152
+ height=800
153
  )
154
 
155
  image_path = "static/kluster-color.png"