Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ if st.session_state.df is not None:
|
|
165 |
write_conclusion = Task(
|
166 |
description="Write a brief and impactful 3-5 line Conclusion summarizing only the most important insights/findings. Include the max, min, and average salary"
|
167 |
"and highlight the most impactful insights.",
|
168 |
-
expected_output="Markdown-formatted Conclusion
|
169 |
agent=conclusion_writer,
|
170 |
context=[analyze_data],
|
171 |
)
|
|
|
165 |
write_conclusion = Task(
|
166 |
description="Write a brief and impactful 3-5 line Conclusion summarizing only the most important insights/findings. Include the max, min, and average salary"
|
167 |
"and highlight the most impactful insights.",
|
168 |
+
expected_output="Markdown-formatted Conclusion section with key insights and statistics.",
|
169 |
agent=conclusion_writer,
|
170 |
context=[analyze_data],
|
171 |
)
|