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