JeCabrera commited on
Commit
d81dc84
·
verified ·
1 Parent(s): 604a7ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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