DrishtiSharma commited on
Commit
c00b787
·
verified ·
1 Parent(s): e45748b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -225,7 +225,6 @@ analyse = Task(
225
  agent=analyst
226
  )
227
 
228
-
229
  crew = Crew(
230
  agents=[planner, analyst, writer],
231
  tasks=[plan, analyse, write],
@@ -498,7 +497,7 @@ if st.button("Generate Patent Insights"):
498
  charts=charts,
499
  table_data=data_insights,
500
  metadata={"Technology Area": patent_area, "Stakeholder": stakeholder},
501
- key_insights=key_insights # 🔑 Pass key insights to the PDF
502
  )
503
 
504
  # Download button for the generated PDF
 
225
  agent=analyst
226
  )
227
 
 
228
  crew = Crew(
229
  agents=[planner, analyst, writer],
230
  tasks=[plan, analyse, write],
 
497
  charts=charts,
498
  table_data=data_insights,
499
  metadata={"Technology Area": patent_area, "Stakeholder": stakeholder},
500
+ key_insights=key_insights # Pass key insights to the PDF
501
  )
502
 
503
  # Download button for the generated PDF