DrishtiSharma commited on
Commit
6f3af86
·
verified ·
1 Parent(s): e1d56d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -7
app.py CHANGED
@@ -80,13 +80,19 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
80
  writer_goal = st.text_area(
81
  "Writer Goal",
82
  value=(
83
- "Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis"
84
- "into a cohesive and compelling narrative. "
85
- "Organize findings into well-defined, data-driven sections such as Market Trends, Competitive Landscape, Emerging Technologies,"
86
- "Untapped Innovation Hotspots, and Strategic Opportunities -- providing actionable insights and prioritized recommendations"
87
- "strictly aligned with {stakeholder}'s strategic objectives. "
88
- "Ensure all insights, emerging technologies, and identified innovation gaps are fact-based, verifiable, and directly relevant to the {topic}. "
89
- "Explicitly avoid hallucinated, fabricated, or speculative content throughout the report."
 
 
 
 
 
 
90
  )
91
  )
92
  analyst_goal = st.text_area(
 
80
  writer_goal = st.text_area(
81
  "Writer Goal",
82
  value=(
83
+ "Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis into the following sections:\n\n"
84
+ "1. Executive Summary: Provide a concise overview of key insights and strategic recommendations strictly aligned with {stakeholder}'s strategic objectives.\n"
85
+ "2. Market Trends & Competitive Landscape: Detailed profiles, benchmarking, and market entry insights.\n"
86
+ "3. Emerging Technologies: Spotlight key technologies, TRL classification, adoption timelines.\n"
87
+ "4. Untapped Innovation Hotspots: Highlight regions with potential, innovation clusters, and readiness analysis.\n"
88
+ "5. Strategic Opportunities & Actionable Recommendations: Patent filing roadmap, risk mitigation, partnerships, and differentiation.\n"
89
+ "6. Future Growth Projections: Market forecasts, technology adoption, scenario analysis.\n"
90
+ "7. Industry Risk & Compliance Analysis: Risk matrix and mitigation strategies.\n"
91
+ "8. Summary & Appendix: Bullet-point insights and supporting data.\n\n"
92
+
93
+ "Ensure all insights, emerging technologies, and identified innovation gaps are fact-based, verifiable, and directly relevant to the {topic}."
94
+ "Present findings with clarity through well-structured sections, bullet points, and tables. Explicitly avoid hallucinated, fabricated, or speculative content throughout the report."
95
+
96
  )
97
  )
98
  analyst_goal = st.text_area(