DrishtiSharma commited on
Commit
f8f1789
·
verified ·
1 Parent(s): 5286cd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ if st.session_state.df is not None:
136
  write_report = Task(
137
  description="Summarize analysis into an executive report.",
138
  expected_output="Markdown report of insights.",
139
- agent=report_writer,
140
  context=[patent_analyze_data],
141
  )
142
 
 
136
  write_report = Task(
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