Khaled Jamal commited on
Commit ·
18e3952
1
Parent(s): 31150a9
updated a comment
Browse files
app.py
CHANGED
|
@@ -37,6 +37,7 @@ def advanced_sentiment_tool(text: str) -> str:
|
|
| 37 |
label = analysis[0]['label']
|
| 38 |
score = analysis[0]['score']
|
| 39 |
|
|
|
|
| 40 |
#label = "positive"
|
| 41 |
#score = "0.99"
|
| 42 |
|
|
|
|
| 37 |
label = analysis[0]['label']
|
| 38 |
score = analysis[0]['score']
|
| 39 |
|
| 40 |
+
#sample values that could be assigned to the above two variables:
|
| 41 |
#label = "positive"
|
| 42 |
#score = "0.99"
|
| 43 |
|