It is possible to make a web page reload using the pywebview library? I mean, I have this code:
import webview
webview.create_window('Woah dude!', 'index.html')
webview.start(http_server=True)
…and I want to reload the web page every five seconds because changes are being made in the HTML file.