fruitpicker01 commited on
Commit
8352554
·
verified ·
1 Parent(s): 86f0a05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1440,7 +1440,7 @@ with gr.Blocks(theme="default") as demo:
1440
  gender_dropdown, generation_dropdown, psychotype_dropdown,
1441
  business_stage_dropdown, industry_dropdown, opf_dropdown,
1442
  chosen_approach, prompt_1, prompt_2],
1443
- outputs=[sms_1, sms_2, final_prompt_1_state, final_prompt_2_state]
1444
  )
1445
 
1446
  regen_btn.click(
@@ -1468,7 +1468,7 @@ with gr.Blocks(theme="default") as demo:
1468
  final_prompt_2_state,
1469
  sms_2
1470
  ],
1471
- outputs=[sms_1, sms_2]
1472
  )
1473
 
1474
  return_params_btn.click(
 
1440
  gender_dropdown, generation_dropdown, psychotype_dropdown,
1441
  business_stage_dropdown, industry_dropdown, opf_dropdown,
1442
  chosen_approach, prompt_1, prompt_2],
1443
+ outputs=[sms_1, sms_2, final_prompt_1_state, final_prompt_2_state, checks_sms_1, checks_sms_2]
1444
  )
1445
 
1446
  regen_btn.click(
 
1468
  final_prompt_2_state,
1469
  sms_2
1470
  ],
1471
+ outputs=[sms_1, sms_2, checks_sms_1, checks_sms_2]
1472
  )
1473
 
1474
  return_params_btn.click(