Updated competitor agent team
This commit is contained in:
parent
a340677444
commit
5d4bd68156
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# AI Competitor Intelligence Agent 🔍
|
||||
# 🧲 AI Competitor Intelligence Agent Team
|
||||
|
||||
The AI Competitor Intelligence Agent is a powerful competitor analysis tool powered by Firecrawl and Phidata's AI Agent framework. This app helps businesses analyze their competitors by extracting structured data from competitor websites and generating actionable insights using AI.
|
||||
The AI Competitor Intelligence Agent team is a powerful competitor analysis tool powered by Firecrawl and Phidata's AI Agent framework. This app helps businesses analyze their competitors by extracting structured data from competitor websites and generating actionable insights using AI.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ from phi.tools.duckduckgo import DuckDuckGo
|
|||
import pandas as pd
|
||||
|
||||
# Streamlit UI
|
||||
st.set_page_config(page_title="AI Competitor Intelligence Agent", layout="wide")
|
||||
st.set_page_config(page_title="AI Competitor Intelligence Agent Team", layout="wide")
|
||||
|
||||
# Sidebar for API keys
|
||||
st.sidebar.title("API Keys")
|
||||
|
|
@ -24,7 +24,7 @@ else:
|
|||
st.sidebar.warning("Please enter all API keys to proceed.")
|
||||
|
||||
# Main UI
|
||||
st.title("AI Competitor Intelligence Agent")
|
||||
st.title("🧲 AI Competitor Intelligence Agent")
|
||||
st.info(
|
||||
"""
|
||||
This app helps businesses analyze their competitors by extracting structured data from competitor websites and generating insights using AI.
|
||||
Loading…
Reference in a new issue