preechanon commited on
Commit
9b6e58a
1 Parent(s): cd040f8

Update app.py

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