Tuana commited on
Commit
75a837b
1 Parent(s): af0f0bc

Adding join to slack

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -8,11 +8,17 @@ pinned: false
8
  ---
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>
 
8
  ---
9
 
10
  <div class="grid lg:grid-cols-2 gap-x-4 gap-y-7">
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
+ <p class="lg:col-span-2"><a href="https://deepset.ai">deepset.ai</a> is the company behind <strong><a href="https://haystack.deepset.ai/">Haystack</a></strong>, an open source NLP framework to help you develop production ready applications powered by various NLP tasks such as Question Answering. We host our models and datasets we create on Hugging Face 🤗! 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>
18
+ /p>
19
+ <a href="https://haystack.deepset.ai/community/join" >
20
+ <div class="w-full h-10 rounded-lg flex items-center justify-center">
21
+ <img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/join-slack.png"/>
22
+ </div>
23
+ </a>
24
  </div>