fffiloni commited on
Commit
13d267c
1 Parent(s): b15e4f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as app:
68
 
69
  submit_btn = gr.Button("Submit")
70
 
71
- with gr.Accordion(label="Advanced Settings", open=false):
72
  negative_prompt = gr.Textbox(
73
  label="Negative Prompt", info='''Things you do not want to see in your image'''
74
  )
 
68
 
69
  submit_btn = gr.Button("Submit")
70
 
71
+ with gr.Accordion(label="Advanced Settings", open=False):
72
  negative_prompt = gr.Textbox(
73
  label="Negative Prompt", info='''Things you do not want to see in your image'''
74
  )