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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ app = Flask(__name__)
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__':
 
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__':