amauricunha commited on
Commit
f2c82d4
·
verified ·
1 Parent(s): d90f3e8

Update flask_app_hf.py

Browse files
Files changed (1) hide show
  1. flask_app_hf.py +1 -1
flask_app_hf.py CHANGED
@@ -103,7 +103,7 @@ except Exception as e:
103
 
104
  @app.route('/')
105
  def index():
106
- return send_file('../templates_hf/index.html')
107
 
108
  @app.route('/admin')
109
  def admin():
 
103
 
104
  @app.route('/')
105
  def index():
106
+ return send_file('templates/index.html')
107
 
108
  @app.route('/admin')
109
  def admin():