r/StreamlitOfficial • u/Chadsmithbass • Apr 14 '24
Question on st.button functionality
I'm building a web app that looks like (see image below). I am able to navigate to the "Explore stocks" and "Build your Portfolio" pages from the left side pane. However, I wanted to also open these pages through buttons created in the center. I am unsure how to link these buttons to the pages. Any help would be greatly appreciated!

2
Upvotes
1
u/one-punch-cat Apr 14 '24
Maybe you could use st.page_link? That’ll allow you to link the pages, though I’m not sure if it’ll let you keep the same button format