Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,10 +47,10 @@ def analyze_text(text):
|
|
| 47 |
|
| 48 |
# AI-Generated Report
|
| 49 |
report = f"""
|
| 50 |
-
**Summary:** {summary}
|
| 51 |
-
**Sentiment:** {sentiment}
|
| 52 |
-
**Keywords:** {', '.join(keywords)}
|
| 53 |
-
**Entities:** {entities if entities else 'None'}
|
| 54 |
\n**Word Count:** {word_count}
|
| 55 |
"""
|
| 56 |
|
|
|
|
| 47 |
|
| 48 |
# AI-Generated Report
|
| 49 |
report = f"""
|
| 50 |
+
\n**Summary:** {summary}
|
| 51 |
+
\n**Sentiment:** {sentiment}
|
| 52 |
+
\n**Keywords:** {', '.join(keywords)}
|
| 53 |
+
\n**Entities:** {entities if entities else 'None'}
|
| 54 |
\n**Word Count:** {word_count}
|
| 55 |
"""
|
| 56 |
|