Shunfeng Zheng commited on
Commit
e104978
·
verified ·
1 Parent(s): da5875f

Update 1_SpatialParse.py

Browse files
Files changed (1) hide show
  1. 1_SpatialParse.py +1 -3
1_SpatialParse.py CHANGED
@@ -1,9 +1,7 @@
1
 
2
  # 这不会失败
3
- def main():
4
- import streamlit
5
  subprocess.run(["pip", "install", "streamlit"])
6
- main()
7
 
8
 
9
 
 
1
 
2
  # 这不会失败
3
+ import streamlit
 
4
  subprocess.run(["pip", "install", "streamlit"])
 
5
 
6
 
7