Hello Streamlit Community,
I have built a lipidomics app using streamlit and deployed it on streamlit shares. However, sometimes the app does not load. I receive the following error message:
Then, I am forced to re-deploy the app. Is there a way to avoid this situation?
Thank you for being awesome!
Hamed
Hi @haabdii, welcome back!
If your app is frequently over resources, then you’ll see this message. One quick fix is to upgrade to newer versions of Streamlit (> 1.1) and see if this fixes it, as we’ve made a lot of memory improvements recently.
If that doesn’t fix it, then post your repo here and maybe something else obvious will stand out.
Best,
Randy