Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,9 @@ def get_gemini_response(product_service, target_audience, formula_type, temperat
|
|
27 |
Formula Type: {formula_type}
|
28 |
{formula["description"]}
|
29 |
|
|
|
|
|
|
|
30 |
First, analyze (but don't output) these points:
|
31 |
1. TARGET AUDIENCE ANALYSIS - Pain Points:
|
32 |
- What specific frustrations does this audience experience?
|
|
|
27 |
Formula Type: {formula_type}
|
28 |
{formula["description"]}
|
29 |
|
30 |
+
EXAMPLE TO FOLLOW:
|
31 |
+
{formula["example"]}
|
32 |
+
|
33 |
First, analyze (but don't output) these points:
|
34 |
1. TARGET AUDIENCE ANALYSIS - Pain Points:
|
35 |
- What specific frustrations does this audience experience?
|