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