anferico commited on
Commit
2634b02
·
1 Parent(s): 520e24f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with demo:
49
  secret_button.click(
50
  enable_second_task,
51
  secret_textbox,
52
- [secret_textbox, secret_button, error_message,
53
  name_textbox, greet_textbox, greet_button]
54
  )
55
  greet_button.click(greet, name_textbox, greet_textbox)
 
49
  secret_button.click(
50
  enable_second_task,
51
  secret_textbox,
52
+ [secret_textbox, error_message, secret_button,
53
  name_textbox, greet_textbox, greet_button]
54
  )
55
  greet_button.click(greet, name_textbox, greet_textbox)