Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -396,8 +396,6 @@ if st.session_state.df is not None:
|
|
396 |
context=[analyze_data],
|
397 |
)
|
398 |
|
399 |
-
|
400 |
-
|
401 |
# Separate Crews for report and conclusion
|
402 |
crew_report = Crew(
|
403 |
agents=[sql_dev, data_analyst, report_writer],
|
|
|
396 |
context=[analyze_data],
|
397 |
)
|
398 |
|
|
|
|
|
399 |
# Separate Crews for report and conclusion
|
400 |
crew_report = Crew(
|
401 |
agents=[sql_dev, data_analyst, report_writer],
|