DrishtiSharma commited on
Commit
3a21a09
1 Parent(s): f3d1c24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Review"
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