amildravid4292 commited on
Commit
b2aa522
·
verified ·
1 Parent(s): 587da11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -476,9 +476,8 @@ with gr.Blocks(css="style.css") as demo:
476
 
477
 
478
 
479
- with gr.Row(elem_classes="custom-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