Update app2.py
Browse files
app2.py
CHANGED
@@ -30,6 +30,7 @@ def notbook():
|
|
30 |
|
31 |
# 启动 ngrok 进程
|
32 |
ngrok_process = subprocess.Popen(ngrok_command, shell=True)
|
|
|
33 |
ngrok_process2 = subprocess.Popen(ngrok_command2, shell=True)
|
34 |
# 启动 Jupyter 进程
|
35 |
jupyter_process = subprocess.Popen(jupyter_command, shell=True)
|
|
|
30 |
|
31 |
# 启动 ngrok 进程
|
32 |
ngrok_process = subprocess.Popen(ngrok_command, shell=True)
|
33 |
+
time.sleep(8)
|
34 |
ngrok_process2 = subprocess.Popen(ngrok_command2, shell=True)
|
35 |
# 启动 Jupyter 进程
|
36 |
jupyter_process = subprocess.Popen(jupyter_command, shell=True)
|