Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
|
|
| 89 |
},
|
| 90 |
]
|
| 91 |
)
|
| 92 |
-
|
| 93 |
# Crear un mensaje para el modelo que incluye los bullets generados según los tipos seleccionados
|
| 94 |
full_prompt = f"{bullets_instruction}"
|
| 95 |
|
|
|
|
| 89 |
},
|
| 90 |
]
|
| 91 |
)
|
| 92 |
+
)
|
| 93 |
# Crear un mensaje para el modelo que incluye los bullets generados según los tipos seleccionados
|
| 94 |
full_prompt = f"{bullets_instruction}"
|
| 95 |
|