Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def home():
|
|
56 |
session.modified = True
|
57 |
return redirect(url_for("menu")) # Redirect to menu directly
|
58 |
|
59 |
-
return render_template("
|
60 |
|
61 |
|
62 |
|
|
|
56 |
session.modified = True
|
57 |
return redirect(url_for("menu")) # Redirect to menu directly
|
58 |
|
59 |
+
return render_template("index.html")
|
60 |
|
61 |
|
62 |
|