Spaces:
Sleeping
Sleeping
Left-align paragraph below Kiki/Bouba image
Browse files
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="
|
| 548 |
-
<
|
| 549 |
-
|
|
|
|
|
|
|
| 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>
|