I'm trying to return html that I saved in the same folder where the script runs.
@app.route('/map/') def map(): return ???? ("my.html")
I have no knowledge about what I should write at return statement so that it returns the html file.