Spaces:
Running
Running
add this to the top bit next to the (synthify) name
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -29,9 +29,9 @@
|
|
| 29 |
<div class="flex justify-between h-16">
|
| 30 |
<div class="flex items-center">
|
| 31 |
<div class="flex-shrink-0 flex items-center">
|
| 32 |
-
<
|
| 33 |
<span class="ml-2 text-xl font-bold text-gray-900">Synthify.AI</span>
|
| 34 |
-
|
| 35 |
</div>
|
| 36 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 37 |
<a href="#how-it-works" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">How It Works</a>
|
|
|
|
| 29 |
<div class="flex justify-between h-16">
|
| 30 |
<div class="flex items-center">
|
| 31 |
<div class="flex-shrink-0 flex items-center">
|
| 32 |
+
<img src="https://huggingface.co/spaces/Synthify-ai/undefined/resolve/main/images/synthify%20logo%202.png" class="h-8 w-8" alt="Synthify.AI Logo">
|
| 33 |
<span class="ml-2 text-xl font-bold text-gray-900">Synthify.AI</span>
|
| 34 |
+
</div>
|
| 35 |
</div>
|
| 36 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
| 37 |
<a href="#how-it-works" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">How It Works</a>
|