Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,6 @@ def get_gemini_response(product_service, target_audience, main_benefit, tone_of_
|
|
| 88 |
|
| 89 |
CONCEPT: A clear statement of the main benefit
|
| 90 |
CREATIVITY: A direct analogy or metaphor connecting your product to something completely different but familiar
|
| 91 |
-
HEADLINE EXAMPLE: A short, catchy headline that applies the creative concept
|
| 92 |
|
| 93 |
CRITICAL INSTRUCTIONS:
|
| 94 |
- Each concept MUST use a direct "X es como Y porque Z" structure
|
|
@@ -115,9 +114,6 @@ def get_gemini_response(product_service, target_audience, main_benefit, tone_of_
|
|
| 115 |
Creatividad:
|
| 116 |
[Direct analogy using everyday language: "X es como Y porque Z"]
|
| 117 |
|
| 118 |
-
Ejemplo de Titular:
|
| 119 |
-
[Short headline example applying the creative concept]
|
| 120 |
-
|
| 121 |
|
| 122 |
CONCEPTO CREATIVO 2:
|
| 123 |
|
|
@@ -127,9 +123,6 @@ def get_gemini_response(product_service, target_audience, main_benefit, tone_of_
|
|
| 127 |
Creatividad:
|
| 128 |
[Direct analogy: "X es como Y porque Z"]
|
| 129 |
|
| 130 |
-
Ejemplo de Titular:
|
| 131 |
-
[Short headline example applying the creative concept]
|
| 132 |
-
|
| 133 |
|
| 134 |
CONCEPTO CREATIVO 3:
|
| 135 |
|
|
@@ -138,9 +131,6 @@ def get_gemini_response(product_service, target_audience, main_benefit, tone_of_
|
|
| 138 |
|
| 139 |
Creatividad:
|
| 140 |
[Direct analogy: "X es como Y porque Z"]
|
| 141 |
-
|
| 142 |
-
Ejemplo de Titular:
|
| 143 |
-
[Short headline example applying the creative concept]
|
| 144 |
"""
|
| 145 |
|
| 146 |
# Handle text-only or text+image requests
|
|
|
|
| 88 |
|
| 89 |
CONCEPT: A clear statement of the main benefit
|
| 90 |
CREATIVITY: A direct analogy or metaphor connecting your product to something completely different but familiar
|
|
|
|
| 91 |
|
| 92 |
CRITICAL INSTRUCTIONS:
|
| 93 |
- Each concept MUST use a direct "X es como Y porque Z" structure
|
|
|
|
| 114 |
Creatividad:
|
| 115 |
[Direct analogy using everyday language: "X es como Y porque Z"]
|
| 116 |
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
CONCEPTO CREATIVO 2:
|
| 119 |
|
|
|
|
| 123 |
Creatividad:
|
| 124 |
[Direct analogy: "X es como Y porque Z"]
|
| 125 |
|
|
|
|
|
|
|
|
|
|
| 126 |
|
| 127 |
CONCEPTO CREATIVO 3:
|
| 128 |
|
|
|
|
| 131 |
|
| 132 |
Creatividad:
|
| 133 |
[Direct analogy: "X es como Y porque Z"]
|
|
|
|
|
|
|
|
|
|
| 134 |
"""
|
| 135 |
|
| 136 |
# Handle text-only or text+image requests
|