Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,16 +83,17 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
83 |
analyst_goal = st.text_area(
|
84 |
"Analyst Goal",
|
85 |
value=(
|
86 |
-
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"Conduct
|
91 |
-
"
|
92 |
-
"Evaluate competitor patent strategies
|
93 |
-
"
|
94 |
"Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
|
95 |
-
"
|
|
|
96 |
)
|
97 |
)
|
98 |
else:
|
|
|
83 |
analyst_goal = st.text_area(
|
84 |
"Analyst Goal",
|
85 |
value=(
|
86 |
+
"Perform precise, data-driven statistical analysis of patent filings, growth trends, and innovation distribution strictly within the {topic} sector, "
|
87 |
+
"specifically customized to the strategic needs of {stakeholder}. "
|
88 |
+
"Identify top regions, leading assignees/companies, and emerging technologies that are explicitly and directly relevant to {topic}. "
|
89 |
+
"Strictly avoid hallucinated, fabricated, or speculative statistical data and patent numbers in the analysis. "
|
90 |
+
"Conduct a thorough market gap analysis, identifying 4-5 highly actionable and verifiable innovation opportunities aligned with {topic}, "
|
91 |
+
"emphasizing sustainability, emerging technology integration, industry collaboration, and competitor positioning. "
|
92 |
+
"Evaluate competitor patent strategies with factual data to uncover untapped opportunities and competitive advantages. "
|
93 |
+
"All innovation hotspots and emerging technology suggestions must be strictly aligned with {topic} - no generic or unrelated recommendations are allowed. "
|
94 |
"Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
|
95 |
+
"Present findings in a structured, well-organized format using 'Category' and 'Values' keys for easy data interpretation."
|
96 |
+
|
97 |
)
|
98 |
)
|
99 |
else:
|