DrishtiSharma commited on
Commit
33ec676
·
verified ·
1 Parent(s): 053949c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -81,9 +81,11 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
81
  analyst_goal = st.text_area(
82
  "Analyst Goal",
83
  value=(
84
- "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, specifically tailored to the needs of {stakeholder}. "
 
85
  "Identify top regions, key assignees/companies, and emerging technologies driving innovation. "
86
- "Perform a detailed market gap analysis, highlighting at least 4-5 specific innovation opportunities in {topic}, focusing on sustainability, emerging tech integration, and industry collaboration and competitor positioning to uncover untapped opportunities. "
 
87
  "Deliver actionable, data-driven insights to guide strategic decision-making."
88
  "Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
89
  )
 
81
  analyst_goal = st.text_area(
82
  "Analyst Goal",
83
  value=(
84
+ "Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector,"
85
+ "specifically tailored to the needs of {stakeholder}."
86
  "Identify top regions, key assignees/companies, and emerging technologies driving innovation. "
87
+ "Perform a detailed market gap analysis, highlighting at least 4-5 specific innovation opportunities in {topic},"
88
+ "focusing on sustainability, emerging tech integration, and industry collaboration and competitor positioning to uncover untapped opportunities. "
89
  "Deliver actionable, data-driven insights to guide strategic decision-making."
90
  "Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
91
  )