St.dataframe fails in every instance

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.

  1. Are you running your app locally or is it deployed?
    Locally/ deployed internally.

  2. 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

Rolling back to streamlit version 1.24.0 fixes the bug.

I am facing the same issue… But I do want to have the newest streamlit version. Anyone knows how to solve this??

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.