jnalv commited on
Commit
fb16d78
·
1 Parent(s): e492d8f

Left-align paragraph below Kiki/Bouba image

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -544,9 +544,11 @@ with gr.Blocks(title="Kiki/Bouba Classifier") as demo:
544
  # Educational content - always visible
545
  gr.Markdown("---")
546
  gr.HTML("""
547
- <div style="text-align: center; margin: 20px 0;">
548
- <img src="https://huggingface.co/spaces/jnalv/Kiki-or-Bouba-classifier/resolve/main/kiki-bouba-image.png" alt="The classic Kiki/Bouba shapes" style="max-width: 400px; width: 100%;">
549
- <p style="font-style: italic; color: #888; margin-top: 10px;">
 
 
550
  Which shape is "Kiki"? Which is "Bouba"? If you're like 95% of humans across all cultures, you already know.
551
  </p>
552
  </div>
 
544
  # Educational content - always visible
545
  gr.Markdown("---")
546
  gr.HTML("""
547
+ <div style="margin: 20px 0;">
548
+ <div style="text-align: center;">
549
+ <img src="https://huggingface.co/spaces/jnalv/Kiki-or-Bouba-classifier/resolve/main/kiki-bouba-image.png" alt="The classic Kiki/Bouba shapes" style="max-width: 400px; width: 100%;">
550
+ </div>
551
+ <p style="font-style: italic; color: #888; margin-top: 10px; text-align: left;">
552
  Which shape is "Kiki"? Which is "Bouba"? If you're like 95% of humans across all cultures, you already know.
553
  </p>
554
  </div>