I had successfully deployed my app on streamlit cloud with this repo but when I checked it after a few days, it shows “Oh No, Error Running App”. I haven’t made any changes to the repo either, any idea why this might happen?
Hi @raj26000,
Thanks for posting!
Can you share the link to the deployed app? This can happen if your app hits the resource limit.
Caroline ![]()
Hi @Caroline ,
Here’s the link to the app:
https://raj26000-essay-argument-effectiveness-predict-deploy-0x7ym7.streamlitapp.com/
Thanks for the prompt reply,
Rajdeep.
Hi @raj26000,
It looks like it is memory issues that’s causing the app to crash. Here’s a graph of the app’s memory usage over the past month:
Apps on Streamlit Community Cloud are typically limited to 1GB. Check out this blog post for some tips on reducing memory usage.
Caroline
