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!