geethareddy commited on
Commit
e424d78
·
verified ·
1 Parent(s): 37473e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ print("Session interface configured.")
33
  @app.route("/")
34
  def home():
35
  #return "Welcome to Biryani Hub!"
36
- return render_template("index.html")
37
 
38
  @app.route("/signup", methods=["GET", "POST"])
39
  def signup():
 
33
  @app.route("/")
34
  def home():
35
  #return "Welcome to Biryani Hub!"
36
+ return render_template("menu.html")
37
 
38
  @app.route("/signup", methods=["GET", "POST"])
39
  def signup():