2023-12-19 13:10:33.576 `st.cache` is deprecated. Please use one of Streamlit's new caching commands,
`st.cache_data` or `st.cache_resource`.
More information [in our docs](https://docs.streamlit.io/library/advanced-features/caching).
2023-12-19 13:10:33.919 `st.cache` is deprecated. Please use one of Streamlit's new caching commands,
`st.cache_data` or `st.cache_resource`.
More information [in our docs](https://docs.streamlit.io/library/advanced-features/caching).
2023-12-19 13:11:30.968 503 GET /script-health-check (10.12.1.227) 60047.63ms
2023-12-19 13:11:31.296 `st.cache` is deprecated. Please use one of Streamlit's new caching commands,
`st.cache_data` or `st.cache_resource`.
More information [in our docs](https://docs.streamlit.io/library/advanced-features/caching).
[13:11:51] ❗️ The service has encountered an error while checking the health of the Streamlit app: Get "http://localhost:8501/script-health-check": dial tcp 10.12.1.227:8501: connect: connection refused
[13:13:25] ❗️ Streamlit server consistently failed status checks
[13:13:25] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
The error message should be quite clear!?
The syntax of the cache decorator has changed, therefore either change the cache decorators in your code or pin down the streamlit version.