Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
)
|