Spaces:
Sleeping
Sleeping
try setting the height automatically
Browse files
app.py
CHANGED
|
@@ -86,5 +86,5 @@ AgGrid(
|
|
| 86 |
data = top_coexp_hits,
|
| 87 |
gridOptions = grid_option_builder.build(),
|
| 88 |
fit_columns_on_grid_load=True,
|
| 89 |
-
height =
|
| 90 |
theme="streamlit")
|
|
|
|
| 86 |
data = top_coexp_hits,
|
| 87 |
gridOptions = grid_option_builder.build(),
|
| 88 |
fit_columns_on_grid_load=True,
|
| 89 |
+
height = 'autoHeight',
|
| 90 |
theme="streamlit")
|