"Streamlit server consistently failed status checks" while trying to get dataset from Git LFS

Streamlit app repo

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:

crash

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.

Sharing URL

Any help would be appreciated! Thank you!