Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
108 |
)
|
109 |
analyst_goal = (
|
110 |
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, specifically tailored to the needs of {stakeholder}. "
|
111 |
-
"Identify top regions, key assignees/companies, and
|
112 |
-
"Conduct a focused market gap analysis to uncover
|
113 |
"Deliver actionable, data-driven insights to guide strategic decision-making."
|
114 |
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
115 |
)
|
|
|
108 |
)
|
109 |
analyst_goal = (
|
110 |
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, specifically tailored to the needs of {stakeholder}. "
|
111 |
+
"Identify top regions, key assignees/companies, and emerging technologies strictly related to {topic}. "
|
112 |
+
"Conduct a focused market gap analysis to uncover untapped innovation hotspots exclusively within {topic}, avoiding unrelated technologies. "
|
113 |
"Deliver actionable, data-driven insights to guide strategic decision-making."
|
114 |
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
115 |
)
|