acmc commited on
Commit
c52862c
·
verified ·
1 Parent(s): 2347501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ inputs = [
50
  multiselect=True,
51
  choices=[x.value for x in TypesOfHomoglyphs]
52
  ),
53
- gr.Checkbox(label="Zero-Width", value=False, show=False),
54
  ]
55
  outputs = gr.Textbox(label="Output text", show_copy_button=True)
56
  title = "Silverspeak"
 
50
  multiselect=True,
51
  choices=[x.value for x in TypesOfHomoglyphs]
52
  ),
53
+ gr.Checkbox(label="Zero-Width", value=False, visible=False),
54
  ]
55
  outputs = gr.Textbox(label="Output text", show_copy_button=True)
56
  title = "Silverspeak"