content planning and competitor analysis.

This commit is contained in:
ajaysi
2025-04-06 17:53:18 +05:30
committed by ي
parent 55e22af7a0
commit 031c94eb8f

View File

@@ -180,6 +180,7 @@ def metaphor_find_similar(similar_url, usecase, num_results=5, start_published_d
titles.append(c.title)
urls.append(c.url)
all_contents = ""
progress_bar.progress(25, text=f"Fetching content for {c.title[:30]}...")
try:
# Update progress
if st.session_state.get('show_progress', True):