@app.route("/") @cross_origin() def home(): return render_template("home.html") IndentationError: expected an indented block
@app.route("/")
@cross_origin()
def home():
return render_template("home.html")
IndentationError: expected an indented block