WebashalarForML commited on
Commit
ab97c26
·
verified ·
1 Parent(s): 099031b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ User message:
175
  @app.route("/", methods=["GET"])
176
  def serve_frontend():
177
  try:
178
- return app.send_static_file("front1.html")
179
  except Exception:
180
  return "<h3>frontend.html not found in static/ — please add your frontend.html there.</h3>", 404
181
 
 
175
  @app.route("/", methods=["GET"])
176
  def serve_frontend():
177
  try:
178
+ return app.send_static_file("frontend.html")
179
  except Exception:
180
  return "<h3>frontend.html not found in static/ — please add your frontend.html there.</h3>", 404
181