Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as pan:
|
|
47 |
gr.Markdown("AI CONTENT TOOLS.")
|
48 |
|
49 |
## run = gr.Button("Generate Images")
|
50 |
-
|
51 |
see_prompts = gr.Button("Generate Prompts")
|
52 |
run = gr.Button("Generate Images", variant="primary")
|
53 |
|
|
|
47 |
gr.Markdown("AI CONTENT TOOLS.")
|
48 |
|
49 |
## run = gr.Button("Generate Images")
|
50 |
+
with gr.Row():
|
51 |
see_prompts = gr.Button("Generate Prompts")
|
52 |
run = gr.Button("Generate Images", variant="primary")
|
53 |
|