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

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 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
  )
 
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
  )