DSatishchandra commited on
Commit
700e57a
·
verified ·
1 Parent(s): 0f5da54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ print("Session interface configured.")
32
 
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"])
 
32
 
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"])