Tri4 commited on
Commit
5ab7967
·
verified ·
1 Parent(s): d972801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ app = Flask(__name__)
5
 
6
  @app.route("/")
7
  def hello():
8
- return render_template('design.html')
 
9
 
10
 
11
  if __name__ == '__main__':
 
5
 
6
  @app.route("/")
7
  def hello():
8
+ return render_template('index.html')
9
+ #return render_template('design.html')
10
 
11
 
12
  if __name__ == '__main__':