apple muncy commited on
Commit
965c189
·
1 Parent(s): ddb7ff9

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -551,7 +551,7 @@ def create_dash_app():
551
  )
552
 
553
  dash_btn.click(
554
- fn=update_tools
555
  inputs=[],
556
  outputs=dash_result,
557
  )
 
551
  )
552
 
553
  dash_btn.click(
554
+ fn=update_tools,
555
  inputs=[],
556
  outputs=dash_result,
557
  )