Shareable URL with existing filters

I am trying to create a shareable URL to my Streamlit app in Snowflake. I have filters on my app so when I create the shared URL, I would like the filters to be saved in the URL. When the recipient opens the link, the same filters are should appear. Is this possible and how do I achieve this?

1 Like

Use st.query_params.

@Goyo I only have Streamlit v 1.22 because I’m using Streamlit in Snowflake.

For that there were st.experimental_get_query_params and st.experimental_set_query_params, but unfortunately they are unsupported in Snowflake.

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