Auto refresh html

I have a python script that generates a plot and saves it has html. That html is then served out by apache.
I’d like to configure an auto-refresh maybe using meta refresh tags.

What’s the best way to do this?