Spaces:
Runtime error
Runtime error
yuanjie
commited on
Commit
·
67d64a9
1
Parent(s):
144a16c
update
Browse files- pages/1_🔥_食品安全比赛提交.py +1 -1
pages/1_🔥_食品安全比赛提交.py
CHANGED
@@ -2,7 +2,7 @@ import paramiko
|
|
2 |
from meutils.pipe import *
|
3 |
import streamlit as st
|
4 |
|
5 |
-
host = '
|
6 |
port = 57891 # 端口
|
7 |
sf = paramiko.Transport((host, port))
|
8 |
|
|
|
2 |
from meutils.pipe import *
|
3 |
import streamlit as st
|
4 |
|
5 |
+
host = 'sftp.ai.xm.gov.cn' # 主机
|
6 |
port = 57891 # 端口
|
7 |
sf = paramiko.Transport((host, port))
|
8 |
|