671cd2f cd040f8
1
2
3
4
5
import streamlit as st text = st.text_area("Enter some text!") st.json(text)