Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ scraper_agent = Agent(
|
|
41 |
# Define the analysis function
|
42 |
def analyze_content(content):
|
43 |
"""Analyzes the scraped content for key points."""
|
44 |
-
summary = f"Summary of content: {content[:
|
45 |
return summary
|
46 |
|
47 |
# Research Agent
|
|
|
41 |
# Define the analysis function
|
42 |
def analyze_content(content):
|
43 |
"""Analyzes the scraped content for key points."""
|
44 |
+
summary = f"Summary of content: {content[:1000]}..."
|
45 |
return summary
|
46 |
|
47 |
# Research Agent
|