DrishtiSharma commited on
Commit
2182e06
·
verified ·
1 Parent(s): 18aea87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -66,7 +66,7 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
66
  "Planner Goal",
67
  value=(
68
  "Conduct comprehensive research on trends in patent filings, technological innovation, and market dynamics within the {topic} sector. "
69
- "Identify key players, emerging technologies, competitor strategies, and market gaps. "
70
  "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
71
  )
72
  )
@@ -89,7 +89,11 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
89
  )
90
  )
91
  else:
92
- planner_goal = "Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
 
 
 
 
93
  writer_goal = (
94
  "Craft a professional, logically structured insights report that combines research data and strategic analysis "
95
  "into a cohesive narrative. The report should summarize trends, highlight strategies, and provide actionable outcomes "
 
66
  "Planner Goal",
67
  value=(
68
  "Conduct comprehensive research on trends in patent filings, technological innovation, and market dynamics within the {topic} sector. "
69
+ "Identify key players, emerging technologies, competitor strategies, and market gaps within the {topic} sector. "
70
  "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
71
  )
72
  )
 
89
  )
90
  )
91
  else:
92
+ planner_goal = (
93
+ "Conduct comprehensive research on trends in patent filings, technological innovation, and market dynamics within the {topic} sector. "
94
+ "Identify key players, emerging technologies, competitor strategies, and market gaps within the {topic} sector. "
95
+ "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
96
+ )
97
  writer_goal = (
98
  "Craft a professional, logically structured insights report that combines research data and strategic analysis "
99
  "into a cohesive narrative. The report should summarize trends, highlight strategies, and provide actionable outcomes "