Deploy dash app on heroku

I have deployed my dash app on heroku and I’m having trouble launching it. It’s supposed to read data from a local csv file on my computer and make some graphs. But it seems the app can’t read local data files after deployment. Is there a way to send my csv file to heroku so that the app can read the data from it ???