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
df1a757
·
1 Parent(s):
772eab0
initial draft
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import streamlit as st
2
+
3
+
text = st.text_area("Enter text here")
4
+
5
+
if text:
6
+
print("Hello world")