Try to get apps up doesn't work

When trying to get my apps back up, they stuck and showing Initializing Java appletā€¦
Earlier the apps where booting without any problems.

Hereā€™s an example for one of my Apps

Link to the app: https://tobiarnold-co2-per-country-app-lgkjgb.streamlit.app/

Can you share the repository for your app?

Hereā€™s the code: GitHub - tobiarnold/CO2-per-Country

Thanks! I donā€™t see any obvious issues ā€“ could you try deleting and re-deploying your app?

Actually i also get problems when loggin into my streamlit account since a couple of hours.
So Iā€™m currently not able to reboot the app.
After Login i get the following error:


I contacted the support but still waiting for an answer

Hey @saibot90, can you DM me the email address youā€™re using to log in?

1 Like

I donā€™t see any obvious issues either.
Just two improvements:

  • use plotly in your requirements.txt file, instead of plotly-express
  • load your data directly from the filesystem instead via https:
try:
    df = pd.read_csv("data.csv")
    df2 = pd.read_csv("data_graph.csv")
1 Like

After Login in my Account worked again, I was able to reboot the App and now it works :slight_smile:

1 Like

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