I’m getting the error above for my github repository (GitHub - woochan-hwang/GSTT-Transplant: Review of all renal transplants in GSTT 2009-2019) via Streamlit Share. I checked previous entries with similar issues but they all seem to have been fixed by the engineering team as far as I can tell. Could you help me with what the issue might be? It would also be great if we could get more detailed error messages.
Hi all, I’ve fixed the issue! Bit embarrassing as it was a simple issue.
My streamlit_app.py file wasn’t in the root dir. When I run it locally I always ran ‘streamlit run streamlit_app.py’ from the dir where the app was but it broke when I tried running ‘streamlit run parent_dir/streamlit_app.py’ due to a path referencing issue for an image file I was using.