Cutto / app.py
chatthai
Update app.py
cd040f8
raw
history blame
78 Bytes
import streamlit as st
text = st.text_area("Enter some text!")
st.json(text)