simplified slack join button
Browse files
README.md
CHANGED
@@ -7,19 +7,16 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-
|
11 |
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
12 |
<img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" class="w-40"/>
|
13 |
</div>
|
14 |
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
15 |
<img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/haystack-logo-colored.svg" class="w-40"/>
|
16 |
</div>
|
17 |
-
<
|
|
|
18 |
</p>
|
19 |
-
<p
|
20 |
-
|
21 |
-
<div class="w-full rounded-lg flex justify-center items-center">
|
22 |
-
<img class="h-20" alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/join-slack.png"/>
|
23 |
-
</div>
|
24 |
-
</a> -->
|
25 |
</div>
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
|
11 |
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
12 |
<img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" class="w-40"/>
|
13 |
</div>
|
14 |
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
15 |
<img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/haystack-logo-colored.svg" class="w-40"/>
|
16 |
</div>
|
17 |
+
<div class="lg:col-span-2">
|
18 |
+
<p><strong><a href="https://deepset.ai">deepset</a></strong> is the company behind <strong><a href="https://haystack.deepset.ai/">Haystack</a></strong>, an open-source NLP framework to help you build production ready search systems or applications powered by various NLP tasks such as Question Answering. We host our models and datasets we create on Hugging Face 🤗! Haystack is designed to help you to build systems that work intelligently over large document collections. It achieves this with the concept of <strong>Pipelines</strong> consisting of various <strong>Nodes</strong> such as a <strong>DocumentStore</strong>, a <strong>Retriever</strong> and a <strong>Reader</strong>.
|
19 |
</p>
|
20 |
+
<p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://haystack.deepset.ai">Documentation</a></strong>. You can also <strong>join us on <a class="h-7" href="https://haystack.deepset.ai/community/join"><img alt="slack" class="h-7 inline-block m-0" style="margin: 0" src="https://huggingface.co/spaces/deepset/README/resolve/main/Slack_RGB.png"/></a></strong></p>
|
21 |
+
</div>
|
|
|
|
|
|
|
|
|
22 |
</div>
|