Go to another page using a button

Hello, following the newest update of paging using streamlit (Introducing multipage apps! 📄), is there a way to go to another page by clicking on a button?

Thank you

There is no simple way to include a button within a page (not the sidebar) that enables navigation from a page to another page (e.g. next page or a labelled page). This is a basic feature of almost every app that has ever been created, especially for mobile. Most user experience expects this (rather than using sidebars). It’s a glaring omission from the multi-page app functionality of Streamlit. Its absence will hamper the utility and scalability of Streamlit for serious app design. Given Snowflake paid nearly $1bn for Streamlit, you’d think this basic functionality would have been noticed. It should be relatively simple to enable and it would enable Streamlit apps to start to resemble more sophisticated UI. Please can this be prioritised.

6 Likes

I found a workaround, you can check it here: [Multipage] Custom navigation · Issue #4832 · streamlit/streamlit · GitHub

1 Like

FWIW, there’s also a python-only solution shown here: Navigate Multipage App with Buttons instead of Sidebar - #6 by blackary

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.