gatesla commited on
Commit
d0bb262
1 Parent(s): a052050

Getting closer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ demo = gr.Blocks(css=css)
185
 
186
 
187
  def changing(b1, b2, inVal, outBox):
188
- if inVal.value:
189
  b1.interactive = "True"
190
  b2.interactive = "True"
191
  else:
 
185
 
186
 
187
  def changing(b1, b2, inVal, outBox):
188
+ if inVal:
189
  b1.interactive = "True"
190
  b2.interactive = "True"
191
  else: