Shunfeng Zheng commited on
Commit
d37cd2b
·
verified ·
1 Parent(s): f379090

Update 1_SpatialParse.py

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