DrishtiSharma commited on
Commit
078e811
·
verified ·
1 Parent(s): 6e59c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
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
- "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, "
88
- "specifically tailored to the needs of {stakeholder}. "
89
- "Identify top regions, leading assignees/companies, and emerging technologies that are directly relevant to {topic} and actively driving innovation. Avoid unrelated recommendations. "
90
- "Conduct an in-depth market gap analysis, highlighting at least 4-5 specific and actionable innovation opportunities within {topic}, "
91
- "with a strong focus on sustainability, integration of emerging technologies, industry collaboration, and competitor positioning. "
92
- "Evaluate competitor patent strategies and innovation pipelines to uncover untapped opportunities and areas for strategic advantage. "
93
- "Ensure all emerging technologies and innovation hotspots are strictly aligned with {topic}, explicitly avoiding unrelated or generic recommendations. "
94
  "Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
95
- "Provide structured output in a clear, organized list of dictionaries with 'Category' and 'Values' keys for effective data presentation."
 
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: