Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johvir
/
eval
like
0
Runtime error
App
Files
Files
Community
johvir
commited on
Feb 21, 2023
Commit
73c9db2
•
1 Parent(s):
1695330
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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