so here is a simple web app I deployed recently: https://covid19-visualisation.herokuapp.com/
I used the Dash framework and deployed it using Heroku.
I use df = pd.read_csv('owid-covid-data.csv')
to load the data set. The data set can be found here:
https://ourworldindata.org/covid-vaccinations
The data is being updated every day. Is there a way to automate this process like passing some kind of a link into this read_csv function?