Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
f738eef
1
Parent(s):
574e516
Update app.py
Browse files
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:
|
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
|