ahmednoorx commited on
Commit
2ca62f0
·
verified ·
1 Parent(s): 6002e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -270,7 +270,9 @@ if page == "🎯 Generate Emails":
270
  cta_type=cta_type.lower().replace("/", "_") if cta_type != "Custom" else custom_cta,
271
  industry_template=industry_template,
272
  sender_signature=sender_signature
273
- ) if result:
 
 
274
  subject, body, quality_score = result
275
 
276
  # Check if this is a setup error
 
270
  cta_type=cta_type.lower().replace("/", "_") if cta_type != "Custom" else custom_cta,
271
  industry_template=industry_template,
272
  sender_signature=sender_signature
273
+ )
274
+
275
+ if result:
276
  subject, body, quality_score = result
277
 
278
  # Check if this is a setup error