debisoft commited on
Commit
f450867
1 Parent(s): cb8c97a

customer_persona fix

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ def get_completion(prompt):
94
  #def get_completion(prompt):
95
 
96
  def greet(company, solution, target_customer, problem, features):
97
- target_audience_persona="the target customer"
98
- customer_persona = target_audience_persona
99
  pitch = f"""My company, {company} is developing {solution} to help {target_customer} {problem} with {features}"""
100
  input = pitch
101
 
 
94
  #def get_completion(prompt):
95
 
96
  def greet(company, solution, target_customer, problem, features):
97
+ customer_persona = target_customer
 
98
  pitch = f"""My company, {company} is developing {solution} to help {target_customer} {problem} with {features}"""
99
  input = pitch
100