Skip to content

Commit 598c33e

Browse files
committed
minor
1 parent ec1520c commit 598c33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/Home.py

Lines changed: 2 additions & 2 deletions
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, 1])
536+
cols = st.columns([2, 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')
@@ -559,7 +559,7 @@ def app():
559559
init()
560560
st.rerun() # Reload the page to apply the changes
561561

562-
table_height = slider_wrapper_for_url_query(st_prefix=cols[2],
562+
table_height = slider_wrapper_for_url_query(st_prefix=cols[-1],
563563
label='Table height',
564564
min_value=0,
565565
max_value=2000,

0 commit comments

Comments
 (0)