Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,12 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, creativit
|
|
64 |
* The Truth: 'The truth that you've never been told in school, or at home, about how to make a living from music.'
|
65 |
* Asking a Question: 'Did you know that...'
|
66 |
* When: 'When is it a good idea to tell a girl you like her? If you don't say it at that moment, say goodbye to getting to know her intimately.'
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
68 |
"""
|
69 |
|
70 |
response = model.generate_content([full_prompt])
|
|
|
64 |
* The Truth: 'The truth that you've never been told in school, or at home, about how to make a living from music.'
|
65 |
* Asking a Question: 'Did you know that...'
|
66 |
* When: 'When is it a good idea to tell a girl you like her? If you don't say it at that moment, say goodbye to getting to know her intimately.'
|
67 |
+
Use the following mention instructions to guide your writing: {mention_instruction}
|
68 |
+
Using the mention type '{product_mention}' to guide how to mention the product in the benefits or bullets. Ensure to adapt your writing based on this mention type:
|
69 |
+
- Direct: Clearly highlight the product as the solution.
|
70 |
+
- Indirect: Subtly suggest the product without naming it.
|
71 |
+
- Metaphorical: Use a metaphor to connect the product to the solution.
|
72 |
+
Please create the bullets now.
|
73 |
"""
|
74 |
|
75 |
response = model.generate_content([full_prompt])
|