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:
- Install Git LFS Installing Git Large File Storage - GitHub Docs
- Using Git LFS Configuring Git Large File Storage - GitHub Docs
Update:
Please also find this new FAQ post on how to implement this: FAQ: How to use large files in your Streamlit app