Reggie commited on
Commit
1975a70
1 Parent(s): 15b713f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 redirect("/home")
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)