fruitpicker01 commited on
Commit
dbacea1
·
verified ·
1 Parent(s): 25cfacd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -585,8 +585,8 @@ def on_prefer_sms_1(
585
  selected_product, description, product_name, benefits, key_message,
586
  gender, generation, psychotype, business_stage, industry, opf,
587
  chosen_approach, presence_in_db,
588
- model_1_name, prompt_1, sms_1,
589
- model_2_name, prompt_2, sms_2,
590
  chosen_sms="sms_1"
591
  )
592
  return "Предпочтение SMS 1 сохранено в GitHub"
@@ -605,8 +605,8 @@ def on_prefer_sms_2(
605
  selected_product, description, product_name, benefits, key_message,
606
  gender, generation, psychotype, business_stage, industry, opf,
607
  chosen_approach, presence_in_db,
608
- model_1_name, prompt_1, sms_1,
609
- model_2_name, prompt_2, sms_2,
610
  chosen_sms="sms_2"
611
  )
612
  return "Предпочтение SMS 2 сохранено в GitHub"
 
585
  selected_product, description, product_name, benefits, key_message,
586
  gender, generation, psychotype, business_stage, industry, opf,
587
  chosen_approach, presence_in_db,
588
+ model_1_name, prompt_1, final_prompt_1, sms_1,
589
+ model_2_name, prompt_2, final_prompt_2, sms_2,
590
  chosen_sms="sms_1"
591
  )
592
  return "Предпочтение SMS 1 сохранено в GitHub"
 
605
  selected_product, description, product_name, benefits, key_message,
606
  gender, generation, psychotype, business_stage, industry, opf,
607
  chosen_approach, presence_in_db,
608
+ model_1_name, prompt_1, final_prompt_1, sms_1,
609
+ model_2_name, prompt_2, final_prompt_2, sms_2,
610
  chosen_sms="sms_2"
611
  )
612
  return "Предпочтение SMS 2 сохранено в GitHub"