image not loading when deployed to Streamlit cloud

Error loading image: [Errno 2] No such file or directory: ‘src/images/IMG_0639.jpg’

returning even though the image does display when run locally. I already confirmed that my Github page can serve the image in the src/images path.

Streamlit Community Cloud always uses the root of the repository as the working directory. After you ensure the file is included with your repository, execute streamlit run <path to your entrypoint> from the root of your repository to ensure all your paths are correct for Community Cloud.