PolicyEngine / policyengine-api-demo

A Streamlit demo of the PolicyEngine API
0 stars 2 forks source link

Replace `experimental_get_query_params` with `query_params` #6

Closed anth-volk closed 4 months ago

anth-volk commented 8 months ago

Per the output when run in debug:

Please replace st.experimental_get_query_params with st.query_params.

st.experimental_get_query_params will be removed after 2024-04-11.

Refer to our [docs page](https://docs.streamlit.io/library/api-reference/utilities/st.query_params) for more information.
Suvid-Singhal commented 5 months ago

Hi, Can you please check the PR?

anth-volk commented 5 months ago

Sure, will probably check tomorrow, thanks for your work on this @Suvid-Singhal.