adding logos
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ pinned: false
|
|
9 |
|
10 |
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-7">
|
11 |
<p class="lg:col-span-2">Deepset.ai is the company behind <strong><a href="https://haystack.deepset.ai/">Haystack</a></strong>, an open source framework to help you develop a production ready application powered by NLP. We host our models and datasets we create on 🤗</p>
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
</div>
|
|
|
9 |
|
10 |
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-7">
|
11 |
<p class="lg:col-span-2">Deepset.ai is the company behind <strong><a href="https://haystack.deepset.ai/">Haystack</a></strong>, an open source framework to help you develop a production ready application powered by NLP. We host our models and datasets we create on 🤗</p>
|
12 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
13 |
+
<img alt="" src="https://huggingface.co/spaces/deepset/README/blob/main/deepset-logo-colored.svg"/>
|
14 |
+
</div>
|
15 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
16 |
+
<img alt="" src="https://huggingface.co/spaces/deepset/README/blob/main/haystack-logo-colored.svg"/>
|
17 |
+
</div>
|
18 |
</div>
|