preechanon commited on
Commit
cd040f8
1 Parent(s): 671cd2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
2
 
3
 
4
- text = st.text_area("Enter some text!")
 
 
1
  import streamlit as st
2
 
3
 
4
+ text = st.text_area("Enter some text!")
5
+ st.json(text)