Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,11 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
64 |
if enable_customization:
|
65 |
planner_goal = st.text_area(
|
66 |
"Planner Goal",
|
67 |
-
value=
|
|
|
|
|
|
|
|
|
68 |
)
|
69 |
writer_goal = st.text_area(
|
70 |
"Writer Goal",
|
|
|
64 |
if enable_customization:
|
65 |
planner_goal = st.text_area(
|
66 |
"Planner Goal",
|
67 |
+
value=(
|
68 |
+
"Conduct comprehensive research on trends in patent filings, technological innovation, and market dynamics within the {topic} sector. "
|
69 |
+
"Identify key players, emerging technologies, competitor strategies, and market gaps. "
|
70 |
+
"Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
|
71 |
+
)
|
72 |
)
|
73 |
writer_goal = st.text_area(
|
74 |
"Writer Goal",
|