KingNish commited on
Commit
de6c4ae
1 Parent(s): 34faa4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css="style.css") as demo:
252
  with gr.Group():
253
  with gr.Row():
254
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False, visible=True)
255
- with gr.Row(visible=True):
256
  schedule = gr.Radio(
257
  show_label=True,
258
  container=True,
 
252
  with gr.Group():
253
  with gr.Row():
254
  use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False, visible=True)
255
+ with gr.Row(visible=True):
256
  schedule = gr.Radio(
257
  show_label=True,
258
  container=True,