I am unable to launch my streamlit app from a private repo
You do not have access to this app or it does not exist
You’re currently signed in as *** @gmail.com and with github.com/ ***. Are you sure these accounts have access?
What I’ve done so far:
- I’ve made the repo public
- I’ve revoked the specific app permissions from github OAuth and granted them again
- Deploying the main app from the root folder didn’t work, but I am able to deploy another streamlit app inside a src folder. So, I’ve created a new repo with only the main app and other necessary files
Regardless of what I’ve done, the Streamlit Cloud won’t access the app
PS Main app works fine locally