I have deployed an app that accepts PDFs and summarizes the text. I’m able to run my app locally, and deployment to Community Cloud is successful. But when I upload the PDF I get the below error:
/app/scripts/run-streamlit.sh: line 9: 190 Killed sudo -E -u appuser /home/adminuser/venv/bin/streamlit “$@”
[20:48:59]
Streamlit server consistently failed status checks
[20:48:59]
Please fix the errors, push an update to the git repo, or reboot the app
Public deployed app: https://thesis-gyzu7tcv22erx9zhgdra3y.streamlit.app/
GitHub: GitHub - MarkNCI/Thesis
Streamlit version is 1.36 and Python version is 3.10.
Has anyone come across this before, hard to debug.