DrishtiSharma commited on
Commit
d7a5816
Β·
verified Β·
1 Parent(s): 4b19bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ if st.session_state.df is not None:
169
 
170
  conclusion_writer = Agent(
171
  role="Conclusion Specialist",
172
- goal="Summarize findings into a clear and concise 3-5 line Conclusion highlighting only the most important insights.",
173
  backstory="An expert in crafting impactful and clear conclusions.",
174
  llm=llm,
175
  )
 
169
 
170
  conclusion_writer = Agent(
171
  role="Conclusion Specialist",
172
+ goal="Summarize findings into a clear and concise 3-5 line Conclusion highlighting only the most important aspects.",
173
  backstory="An expert in crafting impactful and clear conclusions.",
174
  llm=llm,
175
  )