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