amildravid4292 commited on
Commit
3ff62d3
·
verified ·
1 Parent(s): 800c936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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