faisalsns commited on
Commit
a8688fc
·
verified ·
1 Parent(s): dde05ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def agent1_scrape_and_publish(selected_topics, count):
78
  "title": sub_page.title,
79
  "content": sub_content
80
  })
81
- titles.append(sub_page.title)
82
  except Exception:
83
  continue
84
  except Exception:
 
78
  "title": sub_page.title,
79
  "content": sub_content
80
  })
81
+ titles.append(sub_page.summary)
82
  except Exception:
83
  continue
84
  except Exception: