Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liloge
/
Group7
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Group7
/
components
/
progress_bar.py
liloge
Upload 26 files
574481e
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
134 Bytes
import
streamlit
as
st
def
show_progress
():
"""
返回一个streamlit进度条组件
"""
return
st.progress(
0
)