Docfile commited on
Commit
99dcd62
1 Parent(s): ebde434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ os.makedirs(UPLOAD_FOLDER, exist_ok=True)
65
  @app.route('/', methods=['GET'])
66
  def svt():
67
  """Renders the SVT page."""
68
- return render_template("templates_svt (3).html")
69
 
70
  @app.route('/analyze', methods=['POST'])
71
  def analyze_image():
 
65
  @app.route('/', methods=['GET'])
66
  def svt():
67
  """Renders the SVT page."""
68
+ return render_template("svt.html")
69
 
70
  @app.route('/analyze', methods=['POST'])
71
  def analyze_image():