Tuana commited on
Commit
af0f0bc
1 Parent(s): 12d7027

adding logos

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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
- <img alt=""/>
13
- <img alt=""/>
 
 
 
 
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>