peace4ever
commited on
Commit
•
68414d8
1
Parent(s):
0d9b200
this must work
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ if text is not None:
|
|
21 |
sentiment = "Negative"
|
22 |
elif label == "contradiction":
|
23 |
sentiment = "Neutral"
|
24 |
-
|
25 |
sentiment = "Positive"
|
26 |
|
27 |
col1.write(sentiment)
|
|
|
21 |
sentiment = "Negative"
|
22 |
elif label == "contradiction":
|
23 |
sentiment = "Neutral"
|
24 |
+
elif label == "neutral":
|
25 |
sentiment = "Positive"
|
26 |
|
27 |
col1.write(sentiment)
|