cyberosa
commited on
Commit
·
505ccc9
1
Parent(s):
2467f4b
fixing a typo in the call
Browse files
app.py
CHANGED
@@ -554,7 +554,7 @@ with demo:
|
|
554 |
)
|
555 |
with gr.Row():
|
556 |
_ = plot_mech_requests_topthree_tools(
|
557 |
-
daily_mech_requests=
|
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 |
)
|