Hi @Chris87
It seems the app may have run out of memory and may have outgrow the resource allocated on the Streamlit community cloud.
There are 2 possible route:
- Deploy using more memory compute resource (see How to tell resource limits vs. other errors? and Deploy Streamlit apps - Streamlit Docs)
- Optimize the code and profiling may be helpful (see Profiling Streamlit code and 3 steps to fix app memory leaks)
Hope this helps!