Spaces:
Running
Running
Yotam-Perlitz
commited on
Commit
•
008403b
1
Parent(s):
871f49c
make leaderboard larger
Browse filesSigned-off-by: Yotam-Perlitz <y.perlitz@ibm.com>
app.py
CHANGED
@@ -400,7 +400,7 @@ st.dataframe(
|
|
400 |
column_order=cols_used,
|
401 |
hide_index=True,
|
402 |
use_container_width=True,
|
403 |
-
height=
|
404 |
column_config={col: {"alignment": "center"} for col in cols_used},
|
405 |
)
|
406 |
|
|
|
400 |
column_order=cols_used,
|
401 |
hide_index=True,
|
402 |
use_container_width=True,
|
403 |
+
height=500,
|
404 |
column_config={col: {"alignment": "center"} for col in cols_used},
|
405 |
)
|
406 |
|