Deployment Stuck on Free Streamlit Cloud

I have been having issues for the past 24 hours trying to deploy a streamlit app from Github. I am not new to this process and am not doing anything differently than I always do. But, after resolving packages, the deployment never continues, and the app is just stuck in the oven. I have deleted multiple times, renamed the Github Repo, created a new Github repo with newly named files, etc. Nothing is working.

@scooter7 can you share which app is stuck on deployment ?

Hi @Damian_Swiecki , the app url is: https://skilledtradesapppy-mpbqzmzwxe3lefzz6va4wp.streamlit.app/

Thanks!

@scooter7 looks like you’re app is quite intensive on resources (CPU/Memory). Please make sure that your app runs smoothly locally. Later on you can reference Common app problems: Resource limits and Manage your app - Streamlit Docs

Got it, thanks!