Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def 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)
|
|
|
|
| 10 |
color = "red"
|
| 11 |
else:
|
| 12 |
color = "yellow"
|
| 13 |
+
return color
|
| 14 |
|
| 15 |
def sentiment_analysis(text):
|
| 16 |
color = analyze_sentiment(text)
|