Cutto / app.py
chatthai
Update app.py
9b6e58a
raw
history blame
77 Bytes
import streamlit as st
text = st.text_area("Enter some text!")
print(text)