DrishtiSharma commited on
Commit
58a6b68
·
verified ·
1 Parent(s): f8f1789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ if st.session_state.df is not None:
137
  description="Summarize analysis into an executive report.",
138
  expected_output="Markdown report of insights.",
139
  agent=patent_report_writer,
140
- context=[patent_analyze_data],
141
  )
142
 
143
  # Assemble Crew
 
137
  description="Summarize analysis into an executive report.",
138
  expected_output="Markdown report of insights.",
139
  agent=patent_report_writer,
140
+ context=[analyze_data],
141
  )
142
 
143
  # Assemble Crew