Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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 |
|