Duplicated from StelleX/Cutto
671cd2f cd040f8 9b6e58a 1cc1613
1
2
3
4
5
6
import streamlit as st text = st.text_area("Enter some text!") st.write(text)