Getting closer
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ demo = gr.Blocks(css=css)
|
|
185 |
|
186 |
|
187 |
def changing(b1, b2, inVal, outBox):
|
188 |
-
if inVal
|
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:
|