demo / app.py
Thorsten-Voice's picture
initial draft
df1a757
raw
history blame
97 Bytes
import streamlit as st
text = st.text_area("Enter text here")
if text:
print("Hello world")