Spaces:
Running
Running
Kastg
commited on
Update app.py
Browse files
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.
|
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():
|