Hugging Face
Models
Datasets
Spaces
Posts
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...
Thorsten-Voice
commited on
Feb 20, 2023
Commit
7e8b751
·
1 Parent(s):
c509d1d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -1,6 +1,4 @@
1
import streamlit as st
2
3
text = st.text_area("Enter text here")
4
-
5
-
if text:
6
-
print("Hello world")
1
import streamlit as st
2
3
+
print("Das ist ein normaler Text")
4
text = st.text_area("Enter text here")