Dashboard doesn't work on streamlit cloud

Hi, I created a dash board using streamlit. It works fine on my local computer. I uploaded it to streamlit cloud and get all sorts of errors on my plotly codes. And I have all the dependencies in the requirement file too. Please help!

Here’s the link to my public dashboard:
https://share.streamlit.io/liu3388/re_dashboard/main/Github_dashboard.py

and the error code I get:

Hi @tai_L -

If you look at the logs of your app by clicking the icon in the bottom right of the browser, you will see that you have a code error

If your code works locally, but does not work on Streamlit Cloud, then I would check that you are properly specifying the package versions you are using.

Best,
Randy

1 Like

Tks it works! I had the wrong package version in the txt file.

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