sksameermujahid commited on
Commit
b4d9d6a
·
verified ·
1 Parent(s): 968ab32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('analyzeindex.html')
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():