ZachNagengast commited on
Commit
c92627d
1 Parent(s): 11add9b

Update visibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(css="style.css") as demo:
159
  with gr.Row():
160
  preview = gr.Image(label="Glyph Bitmap", show_label=True, scale=1)
161
  background = gr.Radio(choices=["transparent", "white", "black", "red", "green", "blue"], value="transparent", label="Background Color")
162
- font_type = gr.Radio(choices=["Apple", "Google", "Twitter"], value="Apple", label="Type", visible=True)
163
  with gr.Row():
164
  gr.Examples(
165
  examples=examples,
 
159
  with gr.Row():
160
  preview = gr.Image(label="Glyph Bitmap", show_label=True, scale=1)
161
  background = gr.Radio(choices=["transparent", "white", "black", "red", "green", "blue"], value="transparent", label="Background Color")
162
+ font_type = gr.Radio(choices=["Apple", "Google", "Twitter"], value="Apple", label="Type", visible=False)
163
  with gr.Row():
164
  gr.Examples(
165
  examples=examples,