Can we customize st.sidebar ( st.sidebar to be collapsed by default, so when user see it first time it is hidden)

with st.sidebar: text_input=("Topics:","neutral",disabled=True)

1 Like

Take a look at the initial_sidebar_state argument to st.set_page_config().

Thanks this worked!!!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.