shrirangphadke commited on
Commit
07b1448
·
verified ·
1 Parent(s): 41c7f07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def analyze_sentiment(text):
10
  color = "red"
11
  else:
12
  color = "yellow"
13
- return color, label
14
 
15
  def sentiment_analysis(text):
16
  color = analyze_sentiment(text)
 
10
  color = "red"
11
  else:
12
  color = "yellow"
13
+ return color
14
 
15
  def sentiment_analysis(text):
16
  color = analyze_sentiment(text)