Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|