Open andww opened 8 months ago
I am facing the same problem!
It is because st.experimental_get_query_params
got deprecated in streamlit version 1.30.0. The latest version is 1.32.0, which uses st.query_params
instead. So the library needs to be updated
Hi, I am just starting out on Streamlit and find SuperApp very useful. I am currently playing around with Streamlit and just installed SuperApp with pip install. The page renders as per the documentation but it has warning boxes. Am I missing some configuration steps?
Thanks in advance for any help.