nehalelkaref commited on
Commit
5d35835
1 Parent(s): 26ce2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ app = Flask(__name__)
23
 
24
  @app.route("/", methods=['GET'])
25
  def home():
26
- return render_template('index.html')
27
 
28
  if __name__ == "__main__":
29
  app.run()
 
23
 
24
  @app.route("/", methods=['GET'])
25
  def home():
26
+ return render_template('home.html')
27
 
28
  if __name__ == "__main__":
29
  app.run()