zhzabcd commited on
Commit
fca4807
·
verified ·
1 Parent(s): 746d3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from flask import Flask, render_template
3
  app = Flask(__name__)
4
 
5
  @app.route('/')
6
- def error():
7
  return render_template('index.html')
8
 
9
  if __name__ == '__main__':
 
3
  app = Flask(__name__)
4
 
5
  @app.route('/')
6
+ def index():
7
  return render_template('index.html')
8
 
9
  if __name__ == '__main__':