WilianZilv / streamlit_superapp

Enhance your Streamlit app development experience with Streamlit Super App! This package provides features that streamline the creation and management of multipage apps and offers improved state management for widgets.
MIT License
66 stars 8 forks source link

Deprecation Warnings #3

Open andww opened 8 months ago

andww commented 8 months ago

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.

Screenshot 2024-03-14 at 5 51 30 PM

rimjhimittal commented 8 months ago

I am facing the same problem!

rimjhimittal commented 8 months ago

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