DrishtiSharma commited on
Commit
242deae
·
verified ·
1 Parent(s): 25fd95c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -421,6 +421,7 @@ if st.button("Generate Patent Insights"):
421
  if not patent_area or not stakeholder:
422
  st.error("Please provide both Patent Technology Area and Stakeholder.")
423
  else:
 
424
  results = crew.kickoff(inputs={"topic": patent_area, "stakeholder": stakeholder})
425
 
426
 
 
421
  if not patent_area or not stakeholder:
422
  st.error("Please provide both Patent Technology Area and Stakeholder.")
423
  else:
424
+ logging.info(f"Starting analysis with Topic: {patent_area}, Stakeholder: {stakeholder}")
425
  results = crew.kickoff(inputs={"topic": patent_area, "stakeholder": stakeholder})
426
 
427