Kastg commited on
Commit
b035646
·
verified ·
1 Parent(s): 072e1ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ static_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)))
11
 
12
  @app.route('/')
13
  def index():
14
- return send_from_directory(static_dir, 'index.js')
15
 
16
  @app.route('/ai')
17
  def ai():
 
11
 
12
  @app.route('/')
13
  def index():
14
+ return send_from_directory(static_dir, 'index.html')
15
 
16
  @app.route('/ai')
17
  def ai():