Image Not Found Error

Hi,
Same app was working fine earlier with the code I have on github, now its showing file not found error when tested today. Can someone help here- https://sqlgenius.streamlit.app/?
Github link you can see from the app itself

I could not :confused:

Simply your path to the image is wrong, it does not exist:

FileNotFoundError: [Errno 2] No such file or directory: '/app/sqlgenius/app/app_images/icon.png'

The correct path is probably:

app/app_images/icon.png
1 Like

The same was working earlier, automatically it started giving error now. If path would have been wrong, it would have worked right, you can check the demo video in repo

The paths have changed due to updates in streamlit cloud so your absolute path is no longer valid.

thanks for pointing out, fixed that with the help of @Franky1 previous comment

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