Need Help with deployment

Hi @affanmohammed

It seems you’ve exceeded the limit that GitHub has set for the repository. However, you can look into using Git Large File Storage (Git LFS) which allows you to push a large file to your GitHub repo.

As Streamlit supports this, thus your large files tracked by GitHub via Git LFS would also be supported in your app.

Further details on using Git LFS can be found herein:

Update:
Please also find this new FAQ post on how to implement this: FAQ: How to use large files in your Streamlit app

1 Like