Is there an auto update to make a callback?

Every day there is a new dataset, created on my computer. Is there a way to keep dash running and update the dash table once a day?

You can use dcc.Interval that can trigger a callback assoc. with your table update. See https://dash.plot.ly/live-updates

Great thank you, worked as expected