Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ if st.session_state.df is not None:
|
|
156 |
)
|
157 |
|
158 |
write_report = Task(
|
159 |
-
description="Write the analysis report with Introduction
|
160 |
expected_output="Markdown-formatted report excluding Conclusion.",
|
161 |
agent=report_writer,
|
162 |
context=[analyze_data],
|
|
|
156 |
)
|
157 |
|
158 |
write_report = Task(
|
159 |
+
description="Write the analysis report with Introduction and Key Insights. DO NOT include any Conclusion or Summary.",
|
160 |
expected_output="Markdown-formatted report excluding Conclusion.",
|
161 |
agent=report_writer,
|
162 |
context=[analyze_data],
|