Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
binqiangliu
/
STSidebar
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8e0ee3
STSidebar
/
app.py
binqiangliu
Create app.py
d8e0ee3
almost 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
streamlit
as
st
uploaded_file = st.sidebar.file_uploader(
"上传文件"
)
if
uploaded_file
is
not
None
:
st.session_state.uploaded_file = uploaded_file