DrishtiSharma commited on
Commit
5e4008f
Β·
verified Β·
1 Parent(s): ad0d4ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:800]}..."
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