Hi guys, I am super new to streamlit and started building my app only last week. I deployed my app yesterday, its a project i developed for my thesis on CO2 sequestration optimization and is still in progress.
The project works fine on my local and deploys fine, but when I am running the solve page, after clicking on the solve button, the app soon crashes with no real error in the logs. The only thing it says is ```
[14:41:17] The service has encountered an error while checking the health of the Streamlit app: Get “http://localhost:8501/healthz”: read tcp 10.12.166.166:58422->10.12.166.166:8501: read: connection reset by peer
Can anyone help look into it?
The current url for the deployment on streamlit is
https://sequestrix.streamlit.app/
Thanks.