vilarin commited on
Commit
98b6600
·
verified ·
1 Parent(s): c0a58af

Update app/webui/app.py

Browse files
Files changed (1) hide show
  1. 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=True)
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;">