DrishtiSharma commited on
Commit
705c2ea
·
verified ·
1 Parent(s): 90a78f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -535,7 +535,6 @@ if st.button("Generate Patent Insights"):
535
  logging.info(f"Starting analysis with Topic: {patent_area}, Stakeholder: {stakeholder}")
536
  results = crew.kickoff(inputs={"topic": patent_area, "stakeholder": stakeholder})
537
 
538
-
539
  # Calculate elapsed time
540
  elapsed_time = time.time() - start_time
541
 
 
535
  logging.info(f"Starting analysis with Topic: {patent_area}, Stakeholder: {stakeholder}")
536
  results = crew.kickoff(inputs={"topic": patent_area, "stakeholder": stakeholder})
537
 
 
538
  # Calculate elapsed time
539
  elapsed_time = time.time() - start_time
540