kshitijthakkar commited on
Commit
f63df28
·
1 Parent(s): 3fbacd1

fix: Correct variable name in cost estimation handler

Browse files

Changed eval_infrastructure to eval_infra_provider to match actual variable name

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3709,7 +3709,7 @@ Result: {result}
3709
 
3710
  eval_estimate_btn.click(
3711
  fn=on_hardware_change,
3712
- inputs=[eval_model, eval_hardware, eval_provider, eval_infrastructure],
3713
  outputs=[eval_cost_estimate]
3714
  )
3715
 
 
3709
 
3710
  eval_estimate_btn.click(
3711
  fn=on_hardware_change,
3712
+ inputs=[eval_model, eval_hardware, eval_provider, eval_infra_provider],
3713
  outputs=[eval_cost_estimate]
3714
  )
3715