Spaces:
Sleeping
Sleeping
fix bug
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with demo:
|
|
49 |
secret_button.click(
|
50 |
enable_second_task,
|
51 |
secret_textbox,
|
52 |
-
[secret_textbox,
|
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)
|