Hi, upon running my streamlit app today, every page which contains st.dataframe() fails to load at each instance of the st.dataframe(). The application worked on Friday, and with no changes to the app, all of a sudden there are these errors.
I have tried refreshing the page/ clearing cache, but this does not help.
-
Are you running your app locally or is it deployed?
Locally/ deployed internally. -
Share the full text of the error message (not a screenshot).
" Network issue:
Cannot load Streamlit frontend code. This can happen when you update Streamlit while a Streamlit app is running.
To fix this, simply reload this app by pressing F5, Ctrl+R, or Cmd+R.
If the error persists, try force-clearing your browser’s cache as described here"
5. Share the Streamlit and Python versions.
streamlit: 1.31.1
python: 3.9.18