TIMBOVILL commited on
Commit
fdae2b3
1 Parent(s): 93e54fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1609,7 +1609,7 @@ with gr.Blocks(theme=theme) as app:
1609
  choices=get_indexes(),
1610
  value=get_index(),
1611
  interactive=True,
1612
- visible=false
1613
  )
1614
  sid0.change(fn=match_index, inputs=[sid0],outputs=[file_index1])
1615
  refresh_button.click(
 
1609
  choices=get_indexes(),
1610
  value=get_index(),
1611
  interactive=True,
1612
+ visible=False
1613
  )
1614
  sid0.change(fn=match_index, inputs=[sid0],outputs=[file_index1])
1615
  refresh_button.click(