DSatishchandra commited on
Commit
b9ae446
·
verified ·
1 Parent(s): 08a6f6e

Update app.py

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