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...
binqiangliu
commited on
Nov 9, 2023
Commit
d8e0ee3
·
1 Parent(s):
fe99458
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import streamlit as st
2
+
uploaded_file = st.sidebar.file_uploader("上传文件")
3
+
if uploaded_file is not None:
4
+
st.session_state.uploaded_file = uploaded_file