Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,8 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
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 |
)
|
80 |
)
|
81 |
analyst_goal = st.text_area(
|
|
|
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 |
)
|
83 |
analyst_goal = st.text_area(
|