Is there a way to reload an entire Plotly Dash py script?

I have deployed a plotly dash app to heroku which gets data from a few APIs then makes some plots

Is there a way to get the webpage to automatically refresh every ten minutes so it reloads completely with all the new data?

Hi @DAtsp

You can use dcc.Interval

https://dash.plotly.com/dash-core-components/interval