Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,8 +254,8 @@ if st.session_state.df is not None:
|
|
254 |
)
|
255 |
|
256 |
write_conclusion = Task(
|
257 |
-
description="
|
258 |
-
|
259 |
expected_output="Markdown-formatted Conclusion section with key insights and statistics.",
|
260 |
agent=conclusion_writer,
|
261 |
context=[analyze_data],
|
|
|
254 |
)
|
255 |
|
256 |
write_conclusion = Task(
|
257 |
+
description="Summarize the key findings in 3-5 impactful lines, highlighting the maximum, minimum, and average salaries."
|
258 |
+
"Emphasize significant insights on salary distribution and influential compensation trends for strategic decision-making.",
|
259 |
expected_output="Markdown-formatted Conclusion section with key insights and statistics.",
|
260 |
agent=conclusion_writer,
|
261 |
context=[analyze_data],
|