Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Thorsten-Voice
/
demo
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c509d1d
demo
/
app.py
Thorsten-Voice
initial draft
df1a757
over 2 years ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
streamlit
as
st
text = st.text_area(
"Enter text here"
)
if
text:
print
(
"Hello world"
)