Hello,
I have dashboard which pulls budget data from a function which randomizes monthly expenses and income into a dataframe, and I then visualize that data in various graphs via dash layout.
The dash has a button that I would like to ‘re-generate’ this data, so the graphs would then visualize the newly randomly generated data (basically just re-run the functions again). However I am unsure on how to do this.
Here is the dash with the non-functioning ‘Generate’ button: http://analysis.pythonanywhere.com/
Any thoughts?
2 posts - 2 participants







