Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def textbox_visibility(radio):
|
|
21 |
else:
|
22 |
return gr.Dropdown(visible=bool(0))
|
23 |
|
24 |
-
def textbox_button_visibility(radio)
|
25 |
value = radio
|
26 |
if value == "Hugging Face Hub Dataset":
|
27 |
return gr.Button(visible=bool(1))
|
|
|
21 |
else:
|
22 |
return gr.Dropdown(visible=bool(0))
|
23 |
|
24 |
+
def textbox_button_visibility(radio):
|
25 |
value = radio
|
26 |
if value == "Hugging Face Hub Dataset":
|
27 |
return gr.Button(visible=bool(1))
|