Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import plotly.express as px
|
|
9 |
import tempfile
|
10 |
import time
|
11 |
|
12 |
-
# Title and Application
|
13 |
st.title("Patent Strategy and Innovation Consultant")
|
14 |
st.sidebar.write(
|
15 |
"This application uses AI to provide actionable insights and comprehensive analysis for patent-related strategies."
|
@@ -91,7 +91,7 @@ plan = Task(
|
|
91 |
"2. Identify key players and emerging technologies.\n"
|
92 |
"3. Provide recommendations for stakeholders on strategic directions.\n"
|
93 |
"4. Identify key statistics such as top regions, top players, and hot areas of innovation.\n"
|
94 |
-
"5. Limit the output to
|
95 |
),
|
96 |
expected_output="A research document with structured insights, strategic recommendations, and key statistics.",
|
97 |
agent=planner
|
|
|
9 |
import tempfile
|
10 |
import time
|
11 |
|
12 |
+
# Title and Application Intro
|
13 |
st.title("Patent Strategy and Innovation Consultant")
|
14 |
st.sidebar.write(
|
15 |
"This application uses AI to provide actionable insights and comprehensive analysis for patent-related strategies."
|
|
|
91 |
"2. Identify key players and emerging technologies.\n"
|
92 |
"3. Provide recommendations for stakeholders on strategic directions.\n"
|
93 |
"4. Identify key statistics such as top regions, top players, and hot areas of innovation.\n"
|
94 |
+
"5. Limit the output to 600 words."
|
95 |
),
|
96 |
expected_output="A research document with structured insights, strategic recommendations, and key statistics.",
|
97 |
agent=planner
|