Skip to content

Commit 5ce3250

Browse files
committed
minor
1 parent 598c33e commit 5ce3250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Home.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def app():
533533
# with col1:
534534
# -- 1. unit dataframe --
535535

536-
cols = st.columns([2, 4, 4, 1])
536+
cols = st.columns([4, 4, 4, 1])
537537
cols[0].markdown(f'### Filter the sessions on the sidebar\n'
538538
f'##### {len(st.session_state.df_session_filtered)} sessions, '
539539
f'{len(st.session_state.df_session_filtered.h2o.unique())} mice filtered')

0 commit comments

Comments
 (0)