App works locally but not on streamlit cloud

My app works locally but not on streamlit cloud when deployed:

Is it because I need to upgrade to python 3.9?

Please hep!

Hi @tai_L

The error seems to be due to a reference to a specific cell in a Pandas DataFrame; could you look into such reference and see if that solves the issue.

It may also be helpful to share the repo with the community to help in code review.

Hope this helps!

Best regards,
Chanin

It is very strange. I run the same code on my local machine and it works fine. I checked the cell reference and don’t see any issue with it. I even re-uploaded the same script onto Github. But it just wouldn’t work on Streamlit cloud. The script pulls CSV data from Github. I just changed the repo to public view.

Much tks!

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