I have made an app that I’ve deployed with streamlit here: https://share.streamlit.io/simward/advertising-streamlit/main
It works when I run the url in an incognito window but not when I’m logged in. When logged in it just comes up with a blank screen.
Is this normal? Should I be able to see my app when logged in?
Edit: Also tested with my partner’s computer and they are also getting a white screen.
I cloned my directory and made a new repo in github. Not sure why it didn’t work the first time as I didn’t change anything but seems to be working now.
Also changed the branch name from main to master as I saw this was what the example did - not sure if this did anything.
Hi @SimWard, welcome to the Streamlit community!
I think the URL should just be https://share.streamlit.io/simward/advertising-streamlit/ (which works for me in a normal Chrome session)
Best,
Randy