Changing "pages" with the click of a button

Hi @Emmanuel_Pean,

I have made a bit of a hack that on the most part will do what you ask, its on the thread: Navigation panel - can we have a button on the right hand side like 'Next' which automatically moves to the next 'page' in the navigation panel

The real way to do this is through session state, that is to get the state of the app at a certain point and be able to increment or change this based on a click that the user does. Here is a link to using session state workarounds: Multi-page app with session state

Happy Streamlit-ing!
Marisa