Spaces:
Paused
Paused
ok
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def home():
|
|
57 |
|
58 |
@app.route('/lab')
|
59 |
def lab():
|
60 |
-
return redirect("http://localhost:
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
with open(log_file, "a") as f:
|
|
|
57 |
|
58 |
@app.route('/lab')
|
59 |
def lab():
|
60 |
+
return redirect("http://localhost:8889", code=302)
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
with open(log_file, "a") as f:
|