My app is stuck in the oven and I’m not sure why.
I left it for 24 hours and still in the oven.
Deleted the app and relaunched, no luck.
Went into my github and changed my streamlit_app.py script to something that basically mimicked a hello world script, no luck.
this is my requirements.txt:
streamlit==1.32.0
pandas==2.2.0
This is the final line in the log, when it gets stuck:
Resolved 41 packages in 541ms
This is the url path to my github (It’s private, but I’ve allowed access):
https://github.com/jewstinbeac/Poker_Hand_Transformer/blob/main/streamlit_app.py
Any idea what is going wrong?