demo / app.py
Thorsten-Voice's picture
Update app.py
7e8b751
raw
history blame
98 Bytes
import streamlit as st
print("Das ist ein normaler Text")
text = st.text_area("Enter text here")