Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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"
|