DSatishchandra commited on
Commit
8a444f7
·
verified ·
1 Parent(s): 73b4c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ app.secret_key = 'sSSjyhInIsUohKpG8sHzty2q' # Replace with a secure key
13
 
14
  @app.route("/")
15
  def home():
 
16
  return render_template("index.html")
17
 
18
  @app.route("/signup", methods=["GET", "POST"])
 
13
 
14
  @app.route("/")
15
  def home():
16
+ return "Welcome to Biryani Hub!"
17
  return render_template("index.html")
18
 
19
  @app.route("/signup", methods=["GET", "POST"])