Spaces:
Running
Running
Update app.py
Browse files
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
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
82 |
-
"
|
|
|
|
|
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
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"
|
|
|
|
|
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 = (
|