I have built a Dashboard using dash and plotly which is plotting data from the excel file located on my local PC. The data in the excel file will be updated on a daily basis but I don't know what should I do, so that the Dashboard gets updated as well without me redeploying it every day. Maybe you can give some advice or ideas? I am a newbie in Python, so maybe there is something pretty obvious but I haven't come across it yet..
P.S. The dashboard is currently deployed using Heroku.