DrishtiSharma commited on
Commit
18aea87
·
verified ·
1 Parent(s): 1b82c74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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="Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
 
 
 
 
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",