Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
|
|
49 |
if value == "show":
|
50 |
return gr.Textbox(visible=bool(1)) #make it visible
|
51 |
else:
|
52 |
-
return gr.Textbox(visible=bool(0))
|
53 |
radio.change(update_visibilita, radio, text)
|
54 |
|
55 |
# Define function to update visibility based on dataset choice
|
|
|
49 |
if value == "show":
|
50 |
return gr.Textbox(visible=bool(1)) #make it visible
|
51 |
else:
|
52 |
+
return gr.Textbox(visible=bool(0))
|
53 |
radio.change(update_visibilita, radio, text)
|
54 |
|
55 |
# Define function to update visibility based on dataset choice
|