Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
66 |
value=(
|
67 |
"Conduct in-depth, data-driven research on leading companies' recent patent filings, technological innovation, R&D investments,"
|
68 |
"strategic partnerships and market dynamics strictly within the {topic} sector."
|
69 |
-
"Avoid unrelated or generic recommendations."
|
70 |
"Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
|
71 |
"Develop a Competitor Benchmark Matrix highlighting leaders in material innovations vs. integration techniques."
|
72 |
"Summarize key market trends and shifts in competitive positioning with bullet-point insights."
|
@@ -75,6 +74,7 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
75 |
"and strategic goals of {stakeholder}. Conduct a Risk Assessment covering regulatory barriers, supply chain risks, and material"
|
76 |
"costs with mitigation strategies. Suggest Investment Opportunities by identifying startups or strategic partnerships in {topic}."
|
77 |
"Present findings using a Phased Patent Strategy Table (short-term, mid-term, long-term) and a Risk Matrix."
|
|
|
78 |
)
|
79 |
)
|
80 |
writer_goal = st.text_area(
|
|
|
66 |
value=(
|
67 |
"Conduct in-depth, data-driven research on leading companies' recent patent filings, technological innovation, R&D investments,"
|
68 |
"strategic partnerships and market dynamics strictly within the {topic} sector."
|
|
|
69 |
"Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
|
70 |
"Develop a Competitor Benchmark Matrix highlighting leaders in material innovations vs. integration techniques."
|
71 |
"Summarize key market trends and shifts in competitive positioning with bullet-point insights."
|
|
|
74 |
"and strategic goals of {stakeholder}. Conduct a Risk Assessment covering regulatory barriers, supply chain risks, and material"
|
75 |
"costs with mitigation strategies. Suggest Investment Opportunities by identifying startups or strategic partnerships in {topic}."
|
76 |
"Present findings using a Phased Patent Strategy Table (short-term, mid-term, long-term) and a Risk Matrix."
|
77 |
+
"Avoid unrelated or generic recommendations."
|
78 |
)
|
79 |
)
|
80 |
writer_goal = st.text_area(
|