Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -476,9 +476,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
476 |
|
477 |
|
478 |
|
479 |
-
with gr.Row(
|
480 |
sample = gr.Button("🎲 Sample new identity")
|
481 |
-
gr.Markdown("""or""", elem_classes="centered-text")
|
482 |
invert_button = gr.Button("⬆️ Insert identity")
|
483 |
|
484 |
|
|
|
476 |
|
477 |
|
478 |
|
479 |
+
with gr.Row():
|
480 |
sample = gr.Button("🎲 Sample new identity")
|
|
|
481 |
invert_button = gr.Button("⬆️ Insert identity")
|
482 |
|
483 |
|