Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def analyze_text(text):
|
|
51 |
**Sentiment:** {sentiment}
|
52 |
**Keywords:** {', '.join(keywords)}
|
53 |
**Entities:** {entities if entities else 'None'}
|
54 |
-
**Word Count:** {word_count}
|
55 |
"""
|
56 |
|
57 |
return report
|
|
|
51 |
**Sentiment:** {sentiment}
|
52 |
**Keywords:** {', '.join(keywords)}
|
53 |
**Entities:** {entities if entities else 'None'}
|
54 |
+
\n**Word Count:** {word_count}
|
55 |
"""
|
56 |
|
57 |
return report
|