Hello, I am on the free version of Python running a Flask App using Dash to plot data. I retrieve and save to a csv new data every day, but that new data isn't always being displayed updated on the app. If I hit the reload button on the web dashboard, then the new data appears. I've seen that the server log doesn't reload every day.
Do you have any recommendations? Some ideas:
- Probably enhancing the dash code?
- or enhancing the scheduled python script used to update the csv?
- or forcing the server reloading the site?
Thank you in advance! Best, Lucas
PS: the website is lucasgday.pythonanywhere.com