I have the following Dash application, in which a callback function has some logic triggered by a button, that update update the content of an html.Div component (id=“run-button-feedback”) and refresh the page. However, I am unable to avoid that the html.Div component return to its inital value after a page refresh.
The page refresh is essential for other components to update, however this html.Div component need to contain a message to user that persists after page refresh
How can I make this happen?
see code here: