marketing
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ Scalability through Partnerships: Key partners (e.g., tech vendors, logistics pr
|
|
| 154 |
|
| 155 |
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.
|
| 156 |
"""
|
| 157 |
-
in_verbatim = gr.Textbox(label="Context", value=
|
| 158 |
in_question = gr.Textbox(label="Persona")
|
| 159 |
out_product = gr.Textbox(label="Plan")
|
| 160 |
|
|
|
|
| 154 |
|
| 155 |
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.
|
| 156 |
"""
|
| 157 |
+
in_verbatim = gr.Textbox(label="Context", value=marketing, visible=False)
|
| 158 |
in_question = gr.Textbox(label="Persona")
|
| 159 |
out_product = gr.Textbox(label="Plan")
|
| 160 |
|