explosion / spacy-streamlit

👑 spaCy building blocks and visualizers for Streamlit apps
https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py
MIT License
804 stars 115 forks source link

Update st.cache deprecation #47

Closed victorialslocum closed 1 year ago

victorialslocum commented 1 year ago

I've updated the two cases of st.cache (deprecated) to the new st.cache_resources and st.cache_data.

I'm not sure how to test this without repackaging, so I've kept this as a draft. Also, should I update the requirements.txt to the version where these changes were made (1.18)?

adrianeboyd commented 1 year ago

Thanks, looks good!