cyberosa commited on
Commit
505ccc9
·
1 Parent(s): 2467f4b

fixing a typo in the call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -554,7 +554,7 @@ with demo:
554
  )
555
  with gr.Row():
556
  _ = plot_mech_requests_topthree_tools(
557
- daily_mech_requests=daily_mech_requests_by_pearl_agents,
558
  tools_accuracy_info=tools_accuracy_info,
559
  top=3,
560
  )
 
554
  )
555
  with gr.Row():
556
  _ = plot_mech_requests_topthree_tools(
557
+ daily_mech_requests=daily_mech_request_by_pearl_agents,
558
  tools_accuracy_info=tools_accuracy_info,
559
  top=3,
560
  )