Spaces:
Sleeping
Sleeping
Update interim.py
Browse files- interim.py +1 -1
interim.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 Key Insights and Analysis. DO NOT include
|
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 Key Insights and Analysis. DO NOT include Conclusion or Summary.",
|
133 |
backstory="Specializes in detailed analytical reports without conclusions.",
|
134 |
llm=llm,
|
135 |
)
|