Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
StelleX/Cutto
satjawat
/
Cutto
like
1
Sleeping
App
Files
Files
Community
9b6e58a
Cutto
/
app.py
chatthai
Update app.py
9b6e58a
over 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
streamlit
as
st
text = st.text_area(
"Enter some text!"
)
print
(text)