Query parameters with Multi Page and navigation

Good day,

I would like to pass query parameters In Streamlit Page using st.Navigation.
I would like to setup my page something like this

SRS = st.Page(“strategy/SRS.py/?show_map=True&selected=asia&selected=america”, title=“SRS”, icon=“:material/school:”, default=True)

And then use it into the Navigation.

What is the best way to do so?

Thank you!

Maybe just wait a little bit:

Aug – Oct 2024

[…]
:camping: Add query_params in st.page_link and st.switch_page :construction_worker_man: Development

2 Likes

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