Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 "
|
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():
|