Currently I am using container approach .
headerSection = st.container()
mainSection = st.container()
loginSection = st.container()
logOutSection = st.container()
Currently I am using container approach .
headerSection = st.container()
mainSection = st.container()
loginSection = st.container()
logOutSection = st.container()
Hey @black_hat, welcome to the community!
Best,
Charly
hey @Charly_Wargnier I have tried this but facing issue in routing user to next page . If you have any other suggestion please let me know .
Not that I can think of, but maybe @blackary knows one?
Hi @black_hat, you could use 🖱️ Switch page function - streamlit-extras to direct a user to another page
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.