Hi
Is possible to add the navigation bar for example if click on Data Pre Processing using Pandas on below code it will move me to another page.
add_selectbox = st.sidebar.selectbox(
"You Can do the following using this Website ",
(“Data Pre Processing using Pandas”, “Correcting”,‘Completing’,
‘Creating’,‘Modeling using Sklearn’))