fruitpicker01 commited on
Commit
5d41c43
·
verified ·
1 Parent(s): 0372ae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -588,7 +588,7 @@ def generate_personalized_sms_wrapper(selected_product, description, product_nam
588
  checks_1 = perform_checks(cut_sms_1, key_message, exceptions_dict)
589
  checks_formatted_1 = format_checks(checks_1)
590
 
591
- yield(sms_1, sms_2, final_prompt_1, "", checks_formatted_1, "")
592
 
593
  # Выполняем проверки sms_2
594
  cut_sms_2 = cut_message(sms_2)
 
588
  checks_1 = perform_checks(cut_sms_1, key_message, exceptions_dict)
589
  checks_formatted_1 = format_checks(checks_1)
590
 
591
+ yield(sms_1, "", final_prompt_1, "", checks_formatted_1, "")
592
 
593
  # Выполняем проверки sms_2
594
  cut_sms_2 = cut_message(sms_2)