DrishtiSharma commited on
Commit
5359b9d
·
verified ·
1 Parent(s): f8adbe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 emerging technologies driving innovation. "
112
- "Conduct market gap analysis and evaluate competitor positioning to uncover untapped opportunities. "
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
  )