Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,10 +204,10 @@ analyse = Task(
|
|
204 |
" - 'Key Insight' for strategic recommendations and innovation opportunities.\n"
|
205 |
"6. Example Output Format:\n"
|
206 |
"[\n"
|
207 |
-
" {'Category': 'Top Regions', 'Type': 'Data Insight', 'Values': {'North America': 120, 'Europe': 95}},\n"
|
208 |
-
" {'Category': 'Emerging Technologies', 'Type': 'Data Insight', 'Values': ['Transparent Conductive Films']},\n"
|
209 |
-
" {'Category': 'Strategic Insights', 'Type': 'Key Insight', 'Values': 'Collaborate with material science companies to develop advanced transparent antennas.'},\n"
|
210 |
-
" {'Category': 'Innovation Gaps', 'Type': 'Key Insight', 'Values': 'Limited patents in self-healing transparent materials present a growth opportunity.'}\n"
|
211 |
"]\n"
|
212 |
"7. Ensure all data is factually accurate, verifiable, and strictly aligned with {topic}."
|
213 |
),
|
@@ -215,6 +215,7 @@ analyse = Task(
|
|
215 |
agent=analyst
|
216 |
)
|
217 |
|
|
|
218 |
crew = Crew(
|
219 |
agents=[planner, analyst, writer],
|
220 |
tasks=[plan, analyse, write],
|
|
|
204 |
" - 'Key Insight' for strategic recommendations and innovation opportunities.\n"
|
205 |
"6. Example Output Format:\n"
|
206 |
"[\n"
|
207 |
+
" {{'Category': 'Top Regions', 'Type': 'Data Insight', 'Values': {{'North America': 120, 'Europe': 95}},\n"
|
208 |
+
" {{'Category': 'Emerging Technologies', 'Type': 'Data Insight', 'Values': ['Transparent Conductive Films']}},\n"
|
209 |
+
" {{'Category': 'Strategic Insights', 'Type': 'Key Insight', 'Values': 'Collaborate with material science companies to develop advanced transparent antennas.'}},\n"
|
210 |
+
" {{'Category': 'Innovation Gaps', 'Type': 'Key Insight', 'Values': 'Limited patents in self-healing transparent materials present a growth opportunity.'}}\n"
|
211 |
"]\n"
|
212 |
"7. Ensure all data is factually accurate, verifiable, and strictly aligned with {topic}."
|
213 |
),
|
|
|
215 |
agent=analyst
|
216 |
)
|
217 |
|
218 |
+
|
219 |
crew = Crew(
|
220 |
agents=[planner, analyst, writer],
|
221 |
tasks=[plan, analyse, write],
|