Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-custom-component-gallery
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb23cb7
streamlit-custom-component-gallery
/
pages
/
Analytics.py
whitphx
HF Staff
Add custom component samples
a7916dc
over 2 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
import
streamlit
as
st
import
streamlit_analytics
with
streamlit_analytics.track():
st.text_input(
"Write something"
)
st.button(
"Click me"
)