Summary
Streamlit shows please wait page foreever. However, streamlit v 1.0.0. is working without any issues. I could not find a good solution to this issue. I want to use the multipage functionality in the newer version. But, the newer version is not launching my app!!! Tried all the steps in App is not loading when running remotely - Streamlit Docs.
Where do you change these setting browser.serverport?
The below given is a line from the helper link
If this fixes your issue, you should re-enable CORS protection and then set browser.serverPort
and browser.serverAddress
to the URL and port of your Streamlit app.