I may be being obtuse here, but I have googled a lot and can’t seem to find the answer!
When opening an app locally, you can easily read in data/image files from your project folder on your computer. However, when this project is in a (private) GitHub repo, I can’t link to them internally as I would on a computer. How do I read in these data/image files when they are stored in GitHub to then use in my Streamlit Cloud app?
You can read CSV files in by simply using the URL, but this can’t be the case when the repo is private