File size: 97 Bytes
df1a757
 
 
 
 
 
1
2
3
4
5
6
import streamlit as st

text = st.text_area("Enter text here")

if text:
    print("Hello world")