Update app.py
Browse files
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=
|
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=
|
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 |
|