App working fine in incognito but takes forever to load otherwise

Summary

Also, I was unsure about the category to put this question in so I selected ‘Using Streamlit’. If this is the wrong category, please suggest the correct one and I will delete it from here and post it there.

My application which is deployed on the Streamlit cloud takes forever to load when I open it in my browser. However, loads up instantly in an incognito tab. I would appreciate any help on how to fix this because I need to demo this project at college next week.

Expected behavior:
Should load up in normal tabs of the browser

Explain what you expect to happen when you run the code above.

Actual behavior:
“Please wait…” loading box appears and takes forever to load up.

Debug info

  • Streamlit version: 1.16.0
  • Python version: 3.8.0
  • Using virtualenv and I used pip3 freeze to create the requirements.txt file
  • OS version: Windows 10
  • Browser version: Brave 1.46.144

Requirements file

Links

Additional information

If needed, add any other context about the problem here.

The app loads fine for me. Since it works for you in private/incognito mode, I would first try clearing your browser cache. If you clear your cache and return to your app, does it load for you then?