Hi everyone,
I’m having an issue where every new app I deploy on Streamlit Cloud gets stuck on the “Running…” screen and never finishes loading.
Here’s what I’ve already checked:
The main file is named
streamlit_app.py
, or I’ve correctly set the entry point in the Streamlit app settings.The GitHub repository is public.
I have a
requirements.txt
file with all necessary dependencies (likestreamlit
,pandas
, etc.).I checked the logs in the Streamlit Cloud dashboard, but I’m not seeing any clear error messages — it just keeps loading.
Despite this, the apps never actually finish loading.
Has anyone faced a similar issue? Any idea what could be causing this?
Thanks in advance!
support@streamlit.io
Requirements:
numpy==1.26.4
pandas==2.2.2
streamlit==1.34.0
mysql-connector-python==9.0.0
requests==2.32.3
jwt==1.3.1
pyjwt==2.8.0
streamlit-aggrid==1.1.0
streamlit_echarts==0.4.0