DurgaDeepak commited on
Commit
9ec45ba
·
verified ·
1 Parent(s): a648f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks() as demo:
140
 
141
  # Visibility logic function
142
  def toggle_visibility(checked):
143
- return [gr.update(visible=checked)]
144
 
145
  def toggle_det_visibility(checked):
146
  return [gr.update(visible=checked), gr.update(visible=checked)]
 
140
 
141
  # Visibility logic function
142
  def toggle_visibility(checked):
143
+ return gr.update(visible=checked)
144
 
145
  def toggle_det_visibility(checked):
146
  return [gr.update(visible=checked), gr.update(visible=checked)]