Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
75 |
"Analyst Goal",
|
76 |
value=(
|
77 |
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
|
78 |
-
"Identify top assignees
|
79 |
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
80 |
)
|
81 |
)
|
@@ -84,7 +84,7 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
84 |
writer_goal = "Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
|
85 |
analyst_goal = (
|
86 |
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
|
87 |
-
"Identify top assignees
|
88 |
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
89 |
)
|
90 |
|
@@ -150,7 +150,7 @@ write = Task(
|
|
150 |
analyse = Task(
|
151 |
description=(
|
152 |
"1. Conduct a comprehensive statistical analysis of patent filing trends, innovation hot spots, and future growth projections in the transparent antenna industry.\n"
|
153 |
-
"2. Identify and rank the top regions, leading assignees
|
154 |
"3. Highlight regional innovation trends and the distribution of emerging technologies across different geographies.\n"
|
155 |
"4. Provide actionable insights and strategic recommendations based on the data.\n"
|
156 |
"5. Deliver structured output in a list of dictionaries with 'Category' and 'Values' fields:\n"
|
@@ -162,7 +162,6 @@ analyse = Task(
|
|
162 |
"[\n"
|
163 |
" {{'Category': 'Top Regions', 'Values': {{'North America': 120, 'Europe': 95, 'Asia-Pacific': 85}}}},\n"
|
164 |
" {{'Category': 'Top Assignees', 'Values': {{'Company A': 40, 'Company B': 35}}}},\n"
|
165 |
-
" {{'Category': 'Top Inventors', 'Values': {{'Inventor X': 25, 'Inventor Y': 20}}}},\n"
|
166 |
" {{'Category': 'Emerging Technologies', 'Values': ['Graphene Antennas', '5G Integration']}},\n"
|
167 |
" {{'Category': 'Strategic Insights', 'Values': 'Collaborations between automotive and material science industries are accelerating innovation.'}}\n"
|
168 |
"]\n"
|
|
|
75 |
"Analyst Goal",
|
76 |
value=(
|
77 |
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
|
78 |
+
"Identify top assignees/companies in the transparent antenna industry. "
|
79 |
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
80 |
)
|
81 |
)
|
|
|
84 |
writer_goal = "Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
|
85 |
analyst_goal = (
|
86 |
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
|
87 |
+
"Identify top assignees/companies in the transparent antenna industry. "
|
88 |
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
89 |
)
|
90 |
|
|
|
150 |
analyse = Task(
|
151 |
description=(
|
152 |
"1. Conduct a comprehensive statistical analysis of patent filing trends, innovation hot spots, and future growth projections in the transparent antenna industry.\n"
|
153 |
+
"2. Identify and rank the top regions, leading assignees/companies driving innovation.\n"
|
154 |
"3. Highlight regional innovation trends and the distribution of emerging technologies across different geographies.\n"
|
155 |
"4. Provide actionable insights and strategic recommendations based on the data.\n"
|
156 |
"5. Deliver structured output in a list of dictionaries with 'Category' and 'Values' fields:\n"
|
|
|
162 |
"[\n"
|
163 |
" {{'Category': 'Top Regions', 'Values': {{'North America': 120, 'Europe': 95, 'Asia-Pacific': 85}}}},\n"
|
164 |
" {{'Category': 'Top Assignees', 'Values': {{'Company A': 40, 'Company B': 35}}}},\n"
|
|
|
165 |
" {{'Category': 'Emerging Technologies', 'Values': ['Graphene Antennas', '5G Integration']}},\n"
|
166 |
" {{'Category': 'Strategic Insights', 'Values': 'Collaborations between automotive and material science industries are accelerating innovation.'}}\n"
|
167 |
"]\n"
|