yuntian-deng commited on
Commit
7f47705
·
1 Parent(s): ab50d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
20
  if checkbox_state:
21
  number += 1
22
  display = f'confirmed {number} times'
23
- return False, number, display
24
 
25
 
26
  btn.click(None, None, hidden_checkbox, _js=js)
 
20
  if checkbox_state:
21
  number += 1
22
  display = f'confirmed {number} times'
23
+ return False, display, number
24
 
25
 
26
  btn.click(None, None, hidden_checkbox, _js=js)