The main file is web_ui.py
Hi, I’ve been having a problem with running my app on the streamlit cloud. While my app gets the dataset from Git LFS, the app crashes:
This is the message that appears:
[manager] Python dependencies were installed from /app/monet_ml/STP/RBC/requirements.txt using pip.
[manager] Processed dependencies!
[client] Connecting...
[manager] Streamlit server consistently failed status checks
[manager] Please fix the errors, push an update to the git repo, or reboot the app.
One earlier forum post suggested editing config.toml
which I tried but the error still happens.
web_ui.py works when I run it locally; it’s just the deployed version that crashes here.
Any help would be appreciated! Thank you!