johvir commited on
Commit
73c9db2
1 Parent(s): 1695330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
  sentence = st.text_area("enter some text")
5
 
6
  if sentence:
7
- st.json(sentence)
8
 
9
 
10
 
 
4
  sentence = st.text_area("enter some text")
5
 
6
  if sentence:
7
+ st.write(sentence)
8
 
9
 
10