Navigation Bar st.sidebar.selectbox

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’))

Please check the https://awesome-streamlit.org/ project. This is something they have done it already.