kevinhug commited on
Commit
cdb090f
·
1 Parent(s): 3fe7352
Files changed (1) hide show
  1. app.py +1 -1
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=marketingPlan, visible=False)
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