simplify graphrag
Browse files
app.py
CHANGED
|
@@ -72,8 +72,8 @@ https://kevinwkc.github.io/davinci/
|
|
| 72 |
=======================
|
| 73 |
Reasoning from context, answering the question
|
| 74 |
""")
|
| 75 |
-
|
| 76 |
-
|
| 77 |
A business model is not merely a static description but a dynamic ecosystem defined by five interdependent pillars:
|
| 78 |
|
| 79 |
Value Creation (What you sell): The core offering must solve a critical pain point or unlock untapped demand. This is the foundation of your value proposition—quantifiable (e.g., cost efficiency) or qualitative (e.g., exceptional user experience)—that differentiates you in the market.
|
|
@@ -104,7 +104,8 @@ Scalability through Partnerships: Key partners (e.g., tech vendors, logistics pr
|
|
| 104 |
|
| 105 |
By framing each component as a strategic variable rather than a fixed element, businesses can continuously adapt to disruptions—a necessity in Ohmae’s vision of fluid, customer-first strategy.
|
| 106 |
"""
|
| 107 |
-
|
|
|
|
| 108 |
out_product = gr.Textbox(label="Plan")
|
| 109 |
|
| 110 |
gr.Examples(
|
|
|
|
| 72 |
=======================
|
| 73 |
Reasoning from context, answering the question
|
| 74 |
""")
|
| 75 |
+
|
| 76 |
+
marketing = """
|
| 77 |
A business model is not merely a static description but a dynamic ecosystem defined by five interdependent pillars:
|
| 78 |
|
| 79 |
Value Creation (What you sell): The core offering must solve a critical pain point or unlock untapped demand. This is the foundation of your value proposition—quantifiable (e.g., cost efficiency) or qualitative (e.g., exceptional user experience)—that differentiates you in the market.
|
|
|
|
| 104 |
|
| 105 |
By framing each component as a strategic variable rather than a fixed element, businesses can continuously adapt to disruptions—a necessity in Ohmae’s vision of fluid, customer-first strategy.
|
| 106 |
"""
|
| 107 |
+
in_verbatim = gr.Textbox(label="Context", value=marketing, visible=False)
|
| 108 |
+
in_question = gr.Textbox(label="Persona")
|
| 109 |
out_product = gr.Textbox(label="Plan")
|
| 110 |
|
| 111 |
gr.Examples(
|