Spaces:
trysem
/
Runtime error

trysem commited on
Commit
9feec49
·
1 Parent(s): e34890b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
106
  ).style(
107
  container=True,
108
  )
109
- see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=False)
110
 
111
 
112
  with gr.Row(variant="compact"):
@@ -118,7 +118,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
118
  ).style(
119
  container=False,
120
  )
121
- run = gr.Button("Generate Images").style(full_width=False)
122
 
123
  with gr.Row():
124
 
 
106
  ).style(
107
  container=True,
108
  )
109
+ see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=True)
110
 
111
 
112
  with gr.Row(variant="compact"):
 
118
  ).style(
119
  container=False,
120
  )
121
+ run = gr.Button("Generate Images").style(full_width=True)
122
 
123
  with gr.Row():
124