Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FPRT
/
Sentiment_Analysis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Wisdom882
commited on
Jan 13, 2023
Commit
8852ed0
·
1 Parent(s):
35dd4c6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ if text or result:
12
out = pipe(text)
13
st.table(out)
14
else:
15
-
st.error(
'
You did not enter a text, icon="🚨")
12
out = pipe(text)
13
st.table(out)
14
else:
15
+
st.error(
"
You did not enter a text
"
, icon="🚨")