Hello,
I am wondering how to realize the function like when I click the button on the dash page it downloads the csv files with myAPI.
Now I have realized successfully the interface with “python app.py” who downloads the csv files and then show the webpage.(pic) But how could I move these steps and the sentences to the web? Actually the website is based on the files, so how could I update the csvfiles without closing it?
Besides, I would like to change the style of the mouse. Like when the web is updating, it changes to the status “wait”.
Thx a lot in advance for your help.