app.py
CHANGED
@@ -22,7 +22,6 @@ def greet(company, solution, target_customer, problem, features):
|
|
22 |
pitch = f"""
|
23 |
My company, {company} is developing {solution} to help {target_customer} {problem} with {features}
|
24 |
"""
|
25 |
-
|
26 |
prompt = f"""
|
27 |
Determine the product or solution, the problem being solved, features, target customer that are being discussed in the \
|
28 |
following text, which is delimited by triple backticks. Then, pretend that you are the target customer. \
|
|
|
22 |
pitch = f"""
|
23 |
My company, {company} is developing {solution} to help {target_customer} {problem} with {features}
|
24 |
"""
|
|
|
25 |
prompt = f"""
|
26 |
Determine the product or solution, the problem being solved, features, target customer that are being discussed in the \
|
27 |
following text, which is delimited by triple backticks. Then, pretend that you are the target customer. \
|