DrishtiSharma commited on
Commit
84859db
·
verified ·
1 Parent(s): 390d6f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -74,8 +74,10 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
74
  analyst_goal = st.text_area(
75
  "Analyst Goal",
76
  value=(
77
- "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
78
- "Identify top assignees/companies in the transparent antenna industry. "
 
 
79
  "Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
80
  )
81
  )
@@ -83,8 +85,10 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
83
  planner_goal = "Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
84
  writer_goal = "Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
85
  analyst_goal = (
86
- "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
87
- "Identify top assignees/companies in the transparent antenna industry. "
 
 
88
  "Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
89
  )
90
 
 
74
  analyst_goal = st.text_area(
75
  "Analyst Goal",
76
  value=(
77
+ "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector. "
78
+ "Identify top regions, key assignees/companies, and emerging technologies driving innovation. "
79
+ "Conduct market gap analysis and evaluate competitor positioning to uncover untapped opportunities. "
80
+ "Deliver actionable, data-driven insights to guide strategic decision-making."
81
  "Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
82
  )
83
  )
 
85
  planner_goal = "Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
86
  writer_goal = "Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
87
  analyst_goal = (
88
+ "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector. "
89
+ "Identify top regions, key assignees/companies, and emerging technologies driving innovation. "
90
+ "Conduct market gap analysis and evaluate competitor positioning to uncover untapped opportunities. "
91
+ "Deliver actionable, data-driven insights to guide strategic decision-making."
92
  "Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
93
  )
94