I’m running my app on render.com, and I recently updated it to run Streamlit 1.30. I’ve never used the query_params feature to my knowledge in the past, but use session_state extensively.
Upon upgrading to 1.30, I noticed this warning appearing.
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] for more information.
Any thoughts into why I am getting the warning, when not using st.experimental_get_query_params? Thank you,
A code sample may be difficult, as I have a multipage app, 4 pages, and each page is thousands of lines and receives the warning display. Perhaps that points back to the app.py file. But there is no reference to query_params there. Might be easier to do a screen share… I’d rather not post up all the code.
Is it possible for custom css or html markdowns to trigger the warning?