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
/
Ace.py
whitphx
HF Staff
Add custom component samples
a7916dc
over 2 years ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
streamlit
as
st
from
streamlit_ace
import
st_ace
# Spawn a new Ace editor
content = st_ace()
# Display editor's content as you type
content