Ujeshhh commited on
Commit
d0eb972
·
verified ·
1 Parent(s): f3c7a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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