debisoft commited on
Commit
33e902b
1 Parent(s): 1badf8c

fix magic2 hack....

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