Spaces:
Paused
Paused
fix
Browse files
app.py
CHANGED
|
@@ -67,9 +67,9 @@ def home():
|
|
| 67 |
|
| 68 |
return demo.launch(inline=True)
|
| 69 |
|
| 70 |
-
@app.route('/
|
| 71 |
def lab():
|
| 72 |
-
return redirect("http://localhost:8898
|
| 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:
|