DrishtiSharma commited on
Commit
5d8fcc1
·
verified ·
1 Parent(s): 2c4e4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -10
app.py CHANGED
@@ -75,11 +75,13 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
75
  writer_goal = st.text_area(
76
  "Writer Goal",
77
  value=(
78
- "Develop a high-impact, professionally structured insights report that seamlessly integrates comprehensive research data"
79
- "and in-depth strategic analysis into a cohesive and compelling narrative. "
80
- "Clearly organize findings into well-defined, data-driven sectionssuch as Market Trends, Competitive Landscape,"
81
- "Emerging Technologies, Untapped Innovation Hotspots, and Strategic Opportunitiesproviding actionable insights and prioritized recommendations "
82
- "specifically aligned with the strategic objectives and growth goals of {stakeholder}."
 
 
83
  )
84
  )
85
  analyst_goal = st.text_area(
@@ -107,11 +109,13 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
107
  "Deliver precise, actionable suggestions tailored to the specific needs and strategic goals of {stakeholder}."
108
  )
109
  writer_goal = (
110
- "Develop a high-impact, professionally structured insights report that seamlessly integrates comprehensive research data"
111
- "and in-depth strategic analysis into a cohesive and compelling narrative. "
112
- "Clearly organize findings into well-defined, data-driven sectionssuch as Market Trends, Competitive Landscape,"
113
- "Emerging Technologies, Untapped Innovation Hotspots, and Strategic Opportunitiesproviding actionable insights and prioritized recommendations "
114
- "specifically aligned with the strategic objectives and growth goals of {stakeholder}."
 
 
115
 
116
  )
117
  analyst_goal = (
 
75
  writer_goal = st.text_area(
76
  "Writer Goal",
77
  value=(
78
+ "Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis"
79
+ "into a cohesive and compelling narrative. "
80
+ "Organize findings into well-defined, data-driven sections such as Market Trends, Competitive Landscape, Emerging Technologies,"
81
+ "Untapped Innovation Hotspots, and Strategic Opportunities -- providing actionable insights and prioritized recommendations"
82
+ "strictly aligned with {stakeholder}'s strategic objectives. "
83
+ "Ensure all insights, emerging technologies, and identified innovation gaps are fact-based, verifiable, and directly relevant to the {topic}. "
84
+ "Explicitly avoid hallucinated, fabricated, or speculative content throughout the report."
85
  )
86
  )
87
  analyst_goal = st.text_area(
 
109
  "Deliver precise, actionable suggestions tailored to the specific needs and strategic goals of {stakeholder}."
110
  )
111
  writer_goal = (
112
+ "Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis"
113
+ "into a cohesive and compelling narrative. "
114
+ "Organize findings into well-defined, data-driven sections such as Market Trends, Competitive Landscape, Emerging Technologies,"
115
+ "Untapped Innovation Hotspots, and Strategic Opportunities -- providing actionable insights and prioritized recommendations"
116
+ "strictly aligned with {stakeholder}'s strategic objectives. "
117
+ "Ensure all insights, emerging technologies, and identified innovation gaps are fact-based, verifiable, and directly relevant to the {topic}. "
118
+ "Explicitly avoid hallucinated, fabricated, or speculative content throughout the report."
119
 
120
  )
121
  analyst_goal = (