gokaygokay commited on
Commit
59edf6f
1 Parent(s): bd950ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -399,7 +399,7 @@ def create_interface():
399
  subject = gr.Textbox(label="Subject (optional)")
400
 
401
  # Add the radio button for global option selection
402
- global_option = gr.Radio(["disabled", "random"], label="Set all options to:", value="random")
403
 
404
  with gr.Accordion("Artform and Photo Type", open=False):
405
  artform = gr.Dropdown(["disabled", "random"] + ARTFORM, label="Artform", value="disabled")
 
399
  subject = gr.Textbox(label="Subject (optional)")
400
 
401
  # Add the radio button for global option selection
402
+ global_option = gr.Radio(["disabled", "random"], label="Set all options to:", value="disabled")
403
 
404
  with gr.Accordion("Artform and Photo Type", open=False):
405
  artform = gr.Dropdown(["disabled", "random"] + ARTFORM, label="Artform", value="disabled")