Thorsten-Voice commited on
Commit
7e8b751
1 Parent(s): c509d1d

Update app.py

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