Hi, I’ve deployed my first every ML app on Streamlit and it seems to be working with the exception of the pandas dataframes not displaying correctly. Hoping I can get some help with this.
I get the following error message for all the st.Dataframe and st.write lines:
Error: Loading CSS chunk 9 failed. (./static/css/9.b2dcd7df.chunk.css) or
Cannot load Streamlit frontend code. This can happen when you update Streamlit while a Streamlit app is running.
Here is the link to my app:
https://ddealwis09-remaining-useful-life-streamlitapp-i6w1ls.streamlit.app/
And my GitHub repo, relevant directory is ‘streamlit’:
Much appreciated!
Dinush