fruitpicker01 commited on
Commit
53203f9
·
verified ·
1 Parent(s): 47b95c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1539,7 +1539,7 @@ with gr.Blocks(theme="default") as demo:
1539
 
1540
  source_fields_report = check_source_fields(description, product_name, benefits, key_message)
1541
 
1542
- return chosen_approach_val, p1, p2, "", "", "", "", "", source_fields_report
1543
 
1544
  description.change(
1545
  fn=params_change_wrapper,
 
1539
 
1540
  source_fields_report = check_source_fields(description, product_name, benefits, key_message)
1541
 
1542
+ return chosen_approach_val, p1, p2, "", "", "", "", "", "", source_fields_report
1543
 
1544
  description.change(
1545
  fn=params_change_wrapper,