DrishtiSharma commited on
Commit
e3d1d71
Β·
verified Β·
1 Parent(s): e114b19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, Key Insights, and Analysis. DO NOT include any Conclusion or Summary.",
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],