Jinja2, HTML without refresh
Budget: $10 – $30 USD
Hi, I'm using Python Flask + Jinja2 to pass variables to the HTML, like this
<p id="data">{{ data }}</p>
It's working fine, printing the "data", but I need to refresh it each time. How can I do it without refreshing?
Thanks
<p id="data">{{ data }}</p>
It's working fine, printing the "data", but I need to refresh it each time. How can I do it without refreshing?
Thanks