Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,9 @@ def generate_emails(target_audience, product, temperature, selected_formula, sel
|
|
31 |
generation_config=generation_config,
|
32 |
)
|
33 |
|
|
|
|
|
|
|
34 |
# Incluir las instrucciones del sistema en el prompt principal
|
35 |
system_prompt = f"""You are a world-class direct response copywriter trained by Gary Halbert, Gary Bencivenga, and David Ogilvy.
|
36 |
|
|
|
31 |
generation_config=generation_config,
|
32 |
)
|
33 |
|
34 |
+
# Fixed number of emails to 5
|
35 |
+
number_of_emails = 5
|
36 |
+
|
37 |
# Incluir las instrucciones del sistema en el prompt principal
|
38 |
system_prompt = f"""You are a world-class direct response copywriter trained by Gary Halbert, Gary Bencivenga, and David Ogilvy.
|
39 |
|