Spaces:
Runtime error
Runtime error
Commit
·
3a21a09
1
Parent(s):
f3d1c24
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def decide(text):
|
|
20 |
elif result < 0.4:
|
21 |
return f"Negative review with {result : .0%} prediction score"
|
22 |
else:
|
23 |
-
return "Neutral
|
24 |
|
25 |
|
26 |
|
|
|
20 |
elif result < 0.4:
|
21 |
return f"Negative review with {result : .0%} prediction score"
|
22 |
else:
|
23 |
+
return "Neutral review"
|
24 |
|
25 |
|
26 |
|