I make a page load the data from the pandas dataframe, I want the value in it keep updated every minutes.
How to make that.
I read the code that the value of the dataframe already set in the app.layout. Which means that the value has set at the startup.
So how to change it dynamic?