fix table height
Browse files
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=
|
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"
|