DrishtiSharma commited on
Commit
180e7b6
Β·
verified Β·
1 Parent(s): e6cc8e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -254,8 +254,8 @@ if st.session_state.df is not None:
254
  )
255
 
256
  write_conclusion = Task(
257
- description="Write a brief and impactful 3-5 line Conclusion summarizing only the most important insights/findings. Include the max, min, and average salary"
258
- "and highlight the most impactful insights.",
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],