I have a function in my app.py file, that adds data to the tracker.csv
file, and there is another function that displays all the values inside the tracker.csv
file. but it doesn't get updated and nothing is displayed
and If I go to the Web section and hit the 'reload' button the output is displayed.
Please help me to fix this