Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hassahmad12
/
sentiment-analysis
like
0
Sleeping
App
Files
Files
Community
saadul
commited on
Nov 19, 2023
Commit
89dbc52
•
1 Parent(s):
b1a07f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ def main():
21
for entity, label in entities:
22
st.write(f"- {entity} ({label})")
23
24
-
if __name__ == "__main_"
21
for entity, label in entities:
22
st.write(f"- {entity} ({label})")
23
24
+
if __name__ == "__main_"
: