Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def get_gemini_response(target_audience, product, product_mention, mood, model_c
|
|
24 |
format_instruction = "Ensure that the narrative is engaging and includes character development, a clear plot, and a resolution."
|
25 |
|
26 |
# Longitud del texto (siempre será "Corto")
|
27 |
-
length = "
|
28 |
|
29 |
# Crear el prompt completo basado en los campos del frontend
|
30 |
full_prompt = f"""
|
|
|
24 |
format_instruction = "Ensure that the narrative is engaging and includes character development, a clear plot, and a resolution."
|
25 |
|
26 |
# Longitud del texto (siempre será "Corto")
|
27 |
+
length = "200 words"
|
28 |
|
29 |
# Crear el prompt completo basado en los campos del frontend
|
30 |
full_prompt = f"""
|