nagasurendra commited on
Commit
7136825
·
verified ·
1 Parent(s): 28fa9d4

Update app.py

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