Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,13 +149,15 @@ write = Task(
|
|
149 |
|
150 |
analyse = Task(
|
151 |
description=(
|
152 |
-
"1. Perform statistical analysis of patent filing trends, innovation hot spots, and growth projections.\n"
|
153 |
-
"2. Identify top
|
154 |
-
"3. Generate
|
155 |
-
"4.
|
156 |
-
"
|
|
|
|
|
157 |
),
|
158 |
-
expected_output="A
|
159 |
agent=analyst
|
160 |
)
|
161 |
|
|
|
149 |
|
150 |
analyse = Task(
|
151 |
description=(
|
152 |
+
"1. Perform a detailed statistical analysis of patent filing trends, innovation hot spots, and growth projections.\n"
|
153 |
+
"2. Identify and list the top assignees, prominent inventors, and leading companies in the transparent antenna industry.\n"
|
154 |
+
"3. Generate structured output in a list of dictionaries with 'Category' and 'Values' fields.\n"
|
155 |
+
"4. Example Output Format:\n"
|
156 |
+
"[{'Category': 'Top Assignees', 'Values': ['Company A', 'Company B']}, "
|
157 |
+
"{'Category': 'Top Inventors', 'Values': ['Inventor X', 'Inventor Y']}]\n"
|
158 |
+
"5. Generate visualizations such as heatmaps, bar charts, and multi-line charts for trends."
|
159 |
),
|
160 |
+
expected_output="A structured list of dictionaries ready for visualization and tabular reporting.",
|
161 |
agent=analyst
|
162 |
)
|
163 |
|