Cutto / app.py
chatthai
Update app.py
c05f29c
raw
history blame
80 Bytes
import streamlit as st
text = st.text_area("Enter some text!")
st.write(test)