tykiww commited on
Commit
b0e5f39
·
verified ·
1 Parent(s): 629a117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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