streamlit / docs

Source code for the Streamlit Python library documentation
https://docs.streamlit.io
Apache License 2.0
110 stars 459 forks source link

Fix: Replace deprecated `experimental_memo` reference with `cache_data` in FAQ #1095

Closed alexmalins closed 2 months ago

alexmalins commented 3 months ago

📚 Context

The experimental_memo decorator was deprecated in 1.18.0.

🧠 Description of Changes

Replace experimental_memo reference with cache_data in the pandas DataFrame download to CSV FAQ.

Revised:

Insert screenshot of your updated UI/code here

Current:

Insert screenshot of existing UI/code here

💥 Impact

Minor fix

Size:

🌐 References

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

sfc-gh-dmatthews commented 2 months ago

Thanks!