Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1597,7 +1597,7 @@ def classify_room_type(image):
|
|
1597 |
@app.route('/')
|
1598 |
def index():
|
1599 |
"""Main page for the image analyzer"""
|
1600 |
-
return render_template('
|
1601 |
|
1602 |
@app.route('/analyze', methods=['POST'])
|
1603 |
def analyze_image():
|
|
|
1597 |
@app.route('/')
|
1598 |
def index():
|
1599 |
"""Main page for the image analyzer"""
|
1600 |
+
return render_template('index.html')
|
1601 |
|
1602 |
@app.route('/analyze', methods=['POST'])
|
1603 |
def analyze_image():
|