DrishtiSharma commited on
Commit
6590c15
·
verified ·
1 Parent(s): 84859db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -4
app.py CHANGED
@@ -69,12 +69,16 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
69
  )
70
  writer_goal = st.text_area(
71
  "Writer Goal",
72
- value="Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
 
 
 
 
73
  )
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."
@@ -83,9 +87,13 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
83
  )
84
  else:
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."
 
69
  )
70
  writer_goal = st.text_area(
71
  "Writer Goal",
72
+ value=(
73
+ "Craft a professional, logically structured insights report that combines research data and strategic analysis "
74
+ "into a cohesive narrative. The report should summarize trends, highlight strategies, and provide actionable outcomes "
75
+ "specifically tailored to the needs of {stakeholder}."
76
+ )
77
  )
78
  analyst_goal = st.text_area(
79
  "Analyst Goal",
80
  value=(
81
+ "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, specifically tailored to the needs of {stakeholder}. "
82
  "Identify top regions, key assignees/companies, and emerging technologies driving innovation. "
83
  "Conduct market gap analysis and evaluate competitor positioning to uncover untapped opportunities. "
84
  "Deliver actionable, data-driven insights to guide strategic decision-making."
 
87
  )
88
  else:
89
  planner_goal = "Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
90
+ writer_goal = (
91
+ "Craft a professional, logically structured insights report that combines research data and strategic analysis "
92
+ "into a cohesive narrative. The report should summarize trends, highlight strategies, and provide actionable outcomes "
93
+ "specifically tailored to the needs of {stakeholder}."
94
+ )
95
  analyst_goal = (
96
+ "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, specifically tailored to the needs of {stakeholder}. "
97
  "Identify top regions, key assignees/companies, and emerging technologies driving innovation. "
98
  "Conduct market gap analysis and evaluate competitor positioning to uncover untapped opportunities. "
99
  "Deliver actionable, data-driven insights to guide strategic decision-making."