File size: 77 Bytes
671cd2f
 
 
cd040f8
9b6e58a
 
1
2
3
4
5
6
import streamlit as st


text = st.text_area("Enter some text!")

print(text)