Update app.py
Browse files
app.py
CHANGED
|
@@ -476,6 +476,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 476 |
|
| 477 |
with gr.Row():
|
| 478 |
sample = gr.Button("🎲 Sample new identity")
|
|
|
|
| 479 |
invert_button = gr.Button("⬆️ Invert identity")
|
| 480 |
|
| 481 |
|
|
|
|
| 476 |
|
| 477 |
with gr.Row():
|
| 478 |
sample = gr.Button("🎲 Sample new identity")
|
| 479 |
+
gr.Markdown("""or""")
|
| 480 |
invert_button = gr.Button("⬆️ Invert identity")
|
| 481 |
|
| 482 |
|