We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1520c commit 598c33eCopy full SHA for 598c33e
code/Home.py
@@ -533,7 +533,7 @@ def app():
533
# with col1:
534
# -- 1. unit dataframe --
535
536
- cols = st.columns([2, 4, 1])
+ cols = st.columns([2, 4, 4, 1])
537
cols[0].markdown(f'### Filter the sessions on the sidebar\n'
538
f'##### {len(st.session_state.df_session_filtered)} sessions, '
539
f'{len(st.session_state.df_session_filtered.h2o.unique())} mice filtered')
@@ -559,7 +559,7 @@ def app():
559
init()
560
st.rerun() # Reload the page to apply the changes
561
562
- table_height = slider_wrapper_for_url_query(st_prefix=cols[2],
+ table_height = slider_wrapper_for_url_query(st_prefix=cols[-1],
563
label='Table height',
564
min_value=0,
565
max_value=2000,
0 commit comments