Omnibus commited on
Commit
c3a4fb5
·
1 Parent(s): 06c2a9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -234,7 +234,8 @@ with gr.Blocks(css="cake.css") as myface:
234
  prompt=gr.Textbox(label="Text to Image",visible=True)
235
  with gr.Column():
236
  with gr.Row():
237
- see_prompts=gr.Button("Magic Prompt")
 
238
  with gr.Row():
239
  with gr.Column():
240
  run=gr.Button("Launch")
 
234
  prompt=gr.Textbox(label="Text to Image",visible=True)
235
  with gr.Column():
236
  with gr.Row():
237
+ with gr.Column():
238
+ see_prompts=gr.Button("Magic Prompt")
239
  with gr.Row():
240
  with gr.Column():
241
  run=gr.Button("Launch")