Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
PBJ
/
iSLR-demo
like
0
Sleeping
App
Files
Files
Community
main
iSLR-demo
/
pages
/
1_π_About.py
PBJ
Update pages/1_π_About.py
1909373
over 1 year 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."
)