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 598c33e commit 5ce3250Copy full SHA for 5ce3250
code/Home.py
@@ -533,7 +533,7 @@ def app():
533
# with col1:
534
# -- 1. unit dataframe --
535
536
- cols = st.columns([2, 4, 4, 1])
+ cols = st.columns([4, 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')
0 commit comments