broadfield-dev commited on
Commit
0de2b7a
·
verified ·
1 Parent(s): 3623747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="sky")) as demo:
56
  fn=check_component_value,
57
  inputs=[],
58
  outputs=[decoded_payload],
59
- _js="() => { setTimeout(() => document.querySelector('button[aria-label=\"Check Decoded Payload\"]').click(), 100); return []; }"
60
  )
61
 
62
  # When check_payload_button is clicked (manually or via JS), update textboxes
 
56
  fn=check_component_value,
57
  inputs=[],
58
  outputs=[decoded_payload],
59
+ js="() => { setTimeout(() => document.querySelector('button[aria-label=\"Check Decoded Payload\"]').click(), 100); return []; }"
60
  )
61
 
62
  # When check_payload_button is clicked (manually or via JS), update textboxes