Increase leaderboards height
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 |
|
@@ -157,7 +157,7 @@ def init_size_leaderboard(dataframe):
|
|
157 |
show_fullscreen_button=False,
|
158 |
interactive=False,
|
159 |
column_widths=[30,50,40,150,60,60,60],
|
160 |
-
max_height=
|
161 |
elem_classes="leaderboard_col_style"
|
162 |
)
|
163 |
|
|
|
117 |
show_fullscreen_button=False,
|
118 |
interactive=False,
|
119 |
column_widths=[30,50,40,150,60,60,60,80],
|
120 |
+
max_height=450,
|
121 |
elem_classes="leaderboard_col_style"
|
122 |
)
|
123 |
|
|
|
157 |
show_fullscreen_button=False,
|
158 |
interactive=False,
|
159 |
column_widths=[30,50,40,150,60,60,60],
|
160 |
+
max_height=450,
|
161 |
elem_classes="leaderboard_col_style"
|
162 |
)
|
163 |
|