Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ if st.session_state.df is not None:
|
|
137 |
description="Summarize analysis into an executive report.",
|
138 |
expected_output="Markdown report of insights.",
|
139 |
agent=patent_report_writer,
|
140 |
-
context=[
|
141 |
)
|
142 |
|
143 |
# Assemble Crew
|
|
|
137 |
description="Summarize analysis into an executive report.",
|
138 |
expected_output="Markdown report of insights.",
|
139 |
agent=patent_report_writer,
|
140 |
+
context=[analyze_data],
|
141 |
)
|
142 |
|
143 |
# Assemble Crew
|