Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ def login():
|
|
245 |
if not is_not_logged_in():
|
246 |
return redirect("/home")
|
247 |
#return render_template("login.html")
|
248 |
-
return
|
249 |
|
250 |
if __name__ == "__main__":
|
251 |
app.run(host="0.0.0.0", debug=True, port=7860)
|
|
|
245 |
if not is_not_logged_in():
|
246 |
return redirect("/home")
|
247 |
#return render_template("login.html")
|
248 |
+
return render_template("home.html")
|
249 |
|
250 |
if __name__ == "__main__":
|
251 |
app.run(host="0.0.0.0", debug=True, port=7860)
|