My streamlit app keep showing connecting

My streamlit app kept showing connecting after deployment without loading the content of the page. what could be the reason for this. The app works fine on my local

I am running streamlit on my laptop
Streamlit, version 0.89.0
Python, version 3.9.7
windows 10

I have taken the below step but still not able to solve the issue.

  1. Deployed app to streamlit cloud and heroku
  2. tried various versions of streamlit 0.8.0 to 1.0.0

link to my repo app link

The app works fine on my local

@andfanilo , @asehmi , @thiago , @snehankekre

Can you give me a minimal requirements.txt file please, as I don’t want to install all of that stuff on my PC to try it? Use pipreqs and perhaps try deploying again with that reduced set of requirements.

Cheers,
Arvindra

Thanks for your response, you can try with this list of requirements…

DateTime==4.3

Flask-Compress==1.9.0

lxml==4.6.3

notebook==6.4.4

numpy==1.21.2

packaging==21.0

pandas==1.3.3

Pillow==8.3.2

pipreqs==0.4.10

pyarrow==5.0.0

regex==2020.6.8

requests==2.26.0

streamlit==1.0.0

urllib3==1.26.7

I think the fault is from my chrome browser. I just tried another browser and it displayed my app

2 Likes

Great, glad it’s sorted. If you can paste the chrome browser dev console output here, perhaps we can see what the browser issue is?

A

1 Like

I ran into a similar issue just now. My application was stuck on “Connecting” using Brave, but loaded using Safari

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