Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
00760cd
1
Parent(s):
e96451d
Update app.py
Browse files
app.py
CHANGED
@@ -413,7 +413,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
413 |
generate_button = gr.Button("Generate", variant="primary")
|
414 |
with gr.Row():
|
415 |
with gr.Column(scale=1, min_width=25):
|
416 |
-
randomize_button = gr.Button("🎲", variant="secondary", scale=1
|
417 |
with gr.Column(scale=8):
|
418 |
with gr.Row():
|
419 |
with gr.Column(scale=1, min_width=50):
|
|
|
413 |
generate_button = gr.Button("Generate", variant="primary")
|
414 |
with gr.Row():
|
415 |
with gr.Column(scale=1, min_width=25):
|
416 |
+
randomize_button = gr.Button("🎲", variant="secondary", scale=1)
|
417 |
with gr.Column(scale=8):
|
418 |
with gr.Row():
|
419 |
with gr.Column(scale=1, min_width=50):
|