DrishtiSharma commited on
Commit
d83faa8
Β·
verified Β·
1 Parent(s): 698ad8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Summary section with key insights and statistics.",
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
  )