You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is warnings messages st.cache is deprecated. Please use one of Streamlit's new caching commands, st.cache_data or st.cache_resource. in the streamlit app.
Solution
Use the new streamlit @cache_data decorator
Update requirements to streamlit>=1.18
The text was updated successfully, but these errors were encountered:
Problem
st.cache is deprecated. Please use one of Streamlit's new caching commands, st.cache_data or st.cache_resource.
in the streamlit app.Solution
@cache_data
decoratorstreamlit>=1.18
The text was updated successfully, but these errors were encountered: