ps1811 commited on
Commit
6fc0bed
·
1 Parent(s): db82ded

Error in app.py - budget optimizer corrected

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1161,7 +1161,7 @@ with gr.Blocks(fill_height=True, fill_width=True, css=CSS) as demo:
1161
  )
1162
 
1163
  budget_optimizer_card.click(
1164
- fn=run_ads_card,
1165
  inputs=campaign_state,
1166
  outputs=ads_output,
1167
  )
 
1161
  )
1162
 
1163
  budget_optimizer_card.click(
1164
+ fn=run_budget_card,
1165
  inputs=campaign_state,
1166
  outputs=ads_output,
1167
  )