ongkn commited on
Commit
fa999a3
1 Parent(s): 2e49f41

Update text_sentiment_analyzer.py

Browse files
Files changed (1) hide show
  1. text_sentiment_analyzer.py +1 -1
text_sentiment_analyzer.py CHANGED
@@ -19,7 +19,7 @@ class SentAnalClassifierTool(Tool):
19
  name = "text_sentiment_analyzer"
20
  description = (
21
  "This is a tool that returns a sentiment label for a given text sequence. "
22
- "It takes the raw text as input, and "
23
  "returns a sentiment label as output."
24
  )
25
 
 
19
  name = "text_sentiment_analyzer"
20
  description = (
21
  "This is a tool that returns a sentiment label for a given text sequence. "
22
+ "It takes raw text as input, and "
23
  "returns a sentiment label as output."
24
  )
25