Spaces:
Running
Running
Update app/webui/app.py
Browse files- app/webui/app.py +1 -1
app/webui/app.py
CHANGED
@@ -127,7 +127,7 @@ def hide_add(gt):
|
|
127 |
if gt:
|
128 |
return gr.update(visible=False), gr.update(visible=False)
|
129 |
else:
|
130 |
-
return gr.update(visible=True), gr.update(visible=
|
131 |
|
132 |
TITLE = """
|
133 |
<div style="display: inline-flex;">
|
|
|
127 |
if gt:
|
128 |
return gr.update(visible=False), gr.update(visible=False)
|
129 |
else:
|
130 |
+
return gr.update(value=False, visible=True), gr.update(visible=False)
|
131 |
|
132 |
TITLE = """
|
133 |
<div style="display: inline-flex;">
|