Spaces:
Running
Running
Update app.py
Browse files
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 |
-
)
|
|
|
|
|
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
|