maom commited on
Commit
7532513
·
verified ·
1 Parent(s): e26bad9

try setting the height automatically

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = (1 + len(top_coexp_hits.index)) * 29,
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")