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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ if st.session_state.df is not None:
129
 
130
  report_writer = Agent(
131
  role="Technical Report Writer",
132
- goal="Write a structured report with Introduction, Key Insights, and Analysis. DO NOT include any Conclusion or Summary.",
133
  backstory="Specializes in detailed analytical reports without conclusions.",
134
  llm=llm,
135
  )
 
129
 
130
  report_writer = Agent(
131
  role="Technical Report Writer",
132
+ goal="Write a structured report with Introduction and Key Insights. DO NOT include any Conclusion or Summary.",
133
  backstory="Specializes in detailed analytical reports without conclusions.",
134
  llm=llm,
135
  )