with st.sidebar: text_input=("Topics:","neutral",disabled=True)
Take a look at the initial_sidebar_state argument to st.set_page_config().
Thanks this worked!!!
with st.sidebar: text_input=("Topics:","neutral",disabled=True)
Take a look at the initial_sidebar_state argument to st.set_page_config().
Thanks this worked!!!