Thorsten-Voice commited on
Commit
df1a757
1 Parent(s): 772eab0

initial draft

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -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")