Pyboxs commited on
Commit
b96b843
1 Parent(s): 6664686
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,9 +67,9 @@ def home():
67
 
68
  return demo.launch(inline=True)
69
 
70
- @app.route('/lab')
71
  def lab():
72
- return redirect("http://localhost:8898/lab", code=302)
73
 
74
  if __name__ == "__main__":
75
  with open(log_file, "a") as f:
 
67
 
68
  return demo.launch(inline=True)
69
 
70
+ @app.route('/jupy')
71
  def lab():
72
+ return redirect("http://localhost:8898", code=302)
73
 
74
  if __name__ == "__main__":
75
  with open(log_file, "a") as f: