Solution
59 @app.route("/")
60 def hello():
61 #return render_template('index.html')
62 return render_template('hello.html')
@app.route("/")
def hello():
return render_template('index.html')
59 @app.route("/")
60 def hello():
61 #return render_template('index.html')
62 return render_template('hello.html')
@app.route("/")
def hello():
return render_template('index.html')