Omnibus commited on
Commit
8f41545
·
1 Parent(s): 09b1b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -233,9 +233,7 @@ with gr.Blocks(css="cake.css") as myface:
233
  input_text=gr.Textbox(label="Short Prompt")
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")
 
233
  input_text=gr.Textbox(label="Short Prompt")
234
  prompt=gr.Textbox(label="Text to Image",visible=True)
235
  with gr.Column():
236
+ see_prompts=gr.Button("Magic Prompt")
 
 
237
  with gr.Row():
238
  with gr.Column():
239
  run=gr.Button("Launch")