Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PBJ
/
iSLR-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
iSLR-demo
/
pages
/
1_π_About.py
PBJ
Update pages/1_π_About.py
1909373
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
import
streamlit
as
st
import
numpy
as
np
import
time
st.markdown(
f"# About"
)
st.write(
"* Webcamera integration will be fixed soon."
)