yuanjie commited on
Commit
67d64a9
1 Parent(s): 144a16c
pages/1_🔥_食品安全比赛提交.py CHANGED
@@ -2,7 +2,7 @@ import paramiko
2
  from meutils.pipe import *
3
  import streamlit as st
4
 
5
- host = '222.76.203.180' # 主机
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