diff --git a/modules/chat.py b/modules/chat.py index 00f1659b..393507a1 100644 --- a/modules/chat.py +++ b/modules/chat.py @@ -2651,7 +2651,7 @@ def handle_delete_template_click(template): f"{template}.yaml", root, root, - gr.update(visible=False) + gr.update(visible=True) ]