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...
aadee0d
demo
/
app.py
Thorsten-Voice
Update app.py
7e8b751
over 2 years ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
streamlit
as
st
print
(
"Das ist ein normaler Text"
)
text = st.text_area(
"Enter text here"
)