Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"])
|