fix
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ def init_skill_leaderboard(dataframe):
|
|
| 117 |
show_fullscreen_button=False,
|
| 118 |
interactive=False,
|
| 119 |
column_widths=[30,50,40,150,60,60,60,80],
|
| 120 |
-
max_height=
|
| 121 |
elem_classes="leaderboard_col_style"
|
| 122 |
)
|
| 123 |
|
|
|
|
| 117 |
show_fullscreen_button=False,
|
| 118 |
interactive=False,
|
| 119 |
column_widths=[30,50,40,150,60,60,60,80],
|
| 120 |
+
max_height=500,
|
| 121 |
elem_classes="leaderboard_col_style"
|
| 122 |
)
|
| 123 |
|