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.