Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
KojoKesse
/
covid_sentiment_anlaysis_with_streamlit
like
0
Sleeping
App
Files
Files
Community
KojoKesse
commited on
Nov 22, 2023
Commit
669832c
•
1 Parent(s):
f2dad69
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-5
app.py
CHANGED
Viewed
@@ -112,8 +112,3 @@ if text:
112
score = scores[label]
113
st.write(f"{label}: {score:.2f}")
114
115
-
116
-
117
-
118
-
119
-
st.run()
112
score = scores[label]
113
st.write(f"{label}: {score:.2f}")
114