Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ if st.session_state.df is not None:
|
|
136 |
write_report = Task(
|
137 |
description="Summarize analysis into an executive report.",
|
138 |
expected_output="Markdown report of insights.",
|
139 |
-
agent=
|
140 |
context=[patent_analyze_data],
|
141 |
)
|
142 |
|
|
|
136 |
write_report = Task(
|
137 |
description="Summarize analysis into an executive report.",
|
138 |
expected_output="Markdown report of insights.",
|
139 |
+
agent=patent_report_writer,
|
140 |
context=[patent_analyze_data],
|
141 |
)
|
142 |
|