Spaces:
Runtime error
Runtime error
Disable cancel button
Browse files
app.py
CHANGED
@@ -1004,7 +1004,7 @@ with blocks as demo:
|
|
1004 |
_js=proceed_button_js,
|
1005 |
)
|
1006 |
# cancel button can also remove error overlay
|
1007 |
-
cancel_button.click(fn=None, inputs=None, outputs=None, cancels=[proceed_event])
|
1008 |
|
1009 |
|
1010 |
launch_extra_kwargs = {
|
|
|
1004 |
_js=proceed_button_js,
|
1005 |
)
|
1006 |
# cancel button can also remove error overlay
|
1007 |
+
# cancel_button.click(fn=None, inputs=None, outputs=None, cancels=[proceed_event])
|
1008 |
|
1009 |
|
1010 |
launch_extra_kwargs = {
|