File size: 121 Bytes
bad8793
 
 
1
2
3
import streamlit as st
text_input = st.text_area(label="Input Text",placeholder="Hello world!")
st.write(text_input+"ZZ")