Tri4 commited on
Commit
c6730f8
·
verified ·
1 Parent(s): 22383eb

Update app.py

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