Streamlit dashboard error

I got this msg when I tried to wake up my dashboard: https://share.streamlit.io/liu3388/re_dashboard/main/Github_dashboard.py

Oh no.

Error running app. If you need help, try the Streamlit docs and forums.

I haven’t made any changes to my code. What gives?

Tested and the app ran fine. Did you make any changes since the post?

it is the protocbuf error. Apparently it was updated a couple days ago by google and it caused an error on streamlit. I added this line in the requirement.txt file and it worked like a charm:

protobuf~=3.19.0

1 Like

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