Want to auto-reload http request data and update the data on the html without reloading the whole web page
I’m writing a Flask application that takes user input (supposed ‘name’) using the html form. On the other hand, I have a function that makes http requests to a webpage and return the results (supposed ‘name’ : ‘pass/ongoing/fail’).