Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
|
|
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 |
-
"
|
102 |
-
"
|
103 |
-
"
|
|
|
|
|
|
|
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}. "
|