Karthikeyan commited on
Commit
f738eef
1 Parent(s): 574e516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ class SentimentAnalyzer:
61
  label=list_of_emotion[0]
62
  score=list_of_emotion[1]
63
  score_dict={
64
- label:float(score)
65
  }
66
  print(score_dict)
67
  return score_dict
 
61
  label=list_of_emotion[0]
62
  score=list_of_emotion[1]
63
  score_dict={
64
+ label:score
65
  }
66
  print(score_dict)
67
  return score_dict