Streamlit app showing Please Wait forever

I am running streamlit app.py locally, it starts but shows please wait forever. I have tried the solutions provided in the streamlit website for this issue but nothing seems to work.


This is the simple code I wrote for testing. After using streamlit run app.py the following is shown.

The symptom#2 is the problem I am facing here, I used the solutions provided but it still displays Please Wait with a blue box in the center.

  • Streamlit version: 1.12.0
  • Python version: 3.9.0
  • Using the default virtual environment created by Pycharm when a new project is created
  • OS version: Windows 11
  • Browser version: Latest version of Google Chrome
1 Like

Hi @Abhinil-07,

Thanks for posting and welcome to the Streamlit Community Forum! :raised_hands:t5:

I recommend killing the running app, deleting the virtual environment and creating a fresh one, activating the new environment, and installing streamlit and other modules you’ll need.

Try re-running the app streamlit run app.py.

Let me know if that resolves the issue.

Yes it did, thanks a lot!!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.