df1a757
1
2
3
4
5
6
import streamlit as st text = st.text_area("Enter text here") if text: print("Hello world")