diff --git a/samples/sample-1.png b/samples/sample-1.png new file mode 100644 index 0000000..15dcfd2 Binary files /dev/null and b/samples/sample-1.png differ diff --git a/static/baby-dance.gif b/static/baby-dance.gif new file mode 100644 index 0000000..af42570 Binary files /dev/null and b/static/baby-dance.gif differ diff --git a/templates/index.html b/templates/index.html index 4bad0a0..c1c13c9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,11 @@ -

Image Caption Generator

+
+ +

Image Caption Generator

+ +
@@ -138,5 +142,18 @@ font-size: 16px; color: #007bff; } + + #title-section { + display: flex; + align-items: center; + justify-content: center; + gap: 10px; /* Space between title and GIF */ + margin-bottom: 20px; + } + #title-section img { + width: 75px; + height: 75px; + border-radius: 50%; + }