I have developed an application (it utilise ML models and selenium for web-scrapping) which works perfectly fine locally. However, when I tried to share it on Streamlit, the generated link worked for a couple of days, but after that, Streamlit removed my app from the dashboard, and the link no longer works. Apparently, this is because of the 1GB resource limit per app.
So, I rewrote my code to be more efficient and occupies less cache resource; now, I am trying to share my app on Streamlit again, but it doesn’t allow me to deploy any other app, showing the following error: “Request failed with status code 403.” could you please help me how to resolve this issue?