I created a simple app with Dash/Plotly. I want to deploy it on Heroku and have followed the deployment guide. I'm using the automatic sync with a GitHub repository.
The app runs with a couple of nontrivial data files, however. One is about 150 MB and I don't want to include it in my repo.
How do I make data files available for my app on Heroku?