lukehinds commited on
Commit
3101c90
·
1 Parent(s): 8f56293

Remove max_rows

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -73,7 +73,6 @@ def init_leaderboard(df):
73
  value=df,
74
  wrap=True,
75
  column_widths=[50] + [None] * (len(COLS) - 1),
76
- max_rows=50,
77
  type="pandas",
78
  )
79
 
 
73
  value=df,
74
  wrap=True,
75
  column_widths=[50] + [None] * (len(COLS) - 1),
 
76
  type="pandas",
77
  )
78