Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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:
|