DrishtiSharma commited on
Commit
d64620f
·
verified ·
1 Parent(s): 34c097d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -7
app.py CHANGED
@@ -73,10 +73,11 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
73
  writer_goal = st.text_area(
74
  "Writer Goal",
75
  value=(
76
- "Craft a professional, logically structured insights report that combines research data and strategic analysis "
77
- "into a cohesive narrative. The report should summarize trends, highlight strategies, and provide actionable outcomes "
78
- "specifically tailored to the needs of {stakeholder}."
79
- "Organize all the findings into clear and categorized sections with precise, data-driven insights for {stakeholder}."
 
80
  )
81
  )
82
  analyst_goal = st.text_area(
@@ -98,9 +99,12 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
98
  "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
99
  )
100
  writer_goal = (
101
- "Craft a professional, logically structured insights report that combines research data and strategic analysis "
102
- "into a cohesive narrative. The report should summarize trends, highlight strategies, and provide actionable outcomes "
103
- "specifically tailored to the needs of {stakeholder}."
 
 
 
104
  )
105
  analyst_goal = (
106
  "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, specifically tailored to the needs of {stakeholder}. "
 
73
  writer_goal = st.text_area(
74
  "Writer Goal",
75
  value=(
76
+ "Develop a high-impact, professionally structured insights report that seamlessly integrates comprehensive research data"
77
+ "and in-depth strategic analysis into a cohesive and compelling narrative. "
78
+ "Clearly organize findings into well-defined, data-driven sections—such as Market Trends, Competitive Landscape,"
79
+ "Emerging Technologies, Untapped Innovation Hotspots, and Strategic Opportunities—providing actionable insights and prioritized recommendations "
80
+ "specifically aligned with the strategic objectives and growth goals of {stakeholder}."
81
  )
82
  )
83
  analyst_goal = st.text_area(
 
99
  "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
100
  )
101
  writer_goal = (
102
+ "Develop a high-impact, professionally structured insights report that seamlessly integrates comprehensive research data"
103
+ "and in-depth strategic analysis into a cohesive and compelling narrative. "
104
+ "Clearly organize findings into well-defined, data-driven sections—such as Market Trends, Competitive Landscape,"
105
+ "Emerging Technologies, Untapped Innovation Hotspots, and Strategic Opportunities—providing actionable insights and prioritized recommendations "
106
+ "specifically aligned with the strategic objectives and growth goals of {stakeholder}."
107
+
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}. "