You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@app.route("/")
@cross_origin()
def home():
return render_template("home.html") # Just add one tab space issue solved.
IndentationError: expected an indented block
@app.route("/")
@cross_origin()
def home():
return render_template("home.html")
IndentationError: expected an indented block
The text was updated successfully, but these errors were encountered: