kevinxie06 commited on
Commit
1925135
·
verified ·
1 Parent(s): b203c1a

Update docs.md

Browse files
Files changed (1) hide show
  1. docs.md +13 -8
docs.md CHANGED
@@ -1,18 +1,23 @@
1
- <div style="display: flex; align-items: center; justify-content: space-between; width: 100%;">
2
  <img
3
  src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/1bNk6xHD90mlVaUOJ3kT6.png"
4
  alt="HMS"
5
- style="width: 28%; object-fit: contain;"
6
- />
7
- <img
8
- src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/iF3sF0lkaYj9SB_TwjjZC.png"
9
- alt="YLab"
10
- style="width: 25%; object-fit: contain;"
11
  />
12
  <img
13
  src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/ZVx7ahuV1mVuIeygYwirc.png"
14
  alt="MGB"
15
- style="width: 28%; object-fit: contain;"
 
 
 
 
 
 
 
 
 
 
16
  />
17
  </div>
18
 
 
1
+ <div style="display: flex; width: 100%; height: 150px;">
2
  <img
3
  src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/1bNk6xHD90mlVaUOJ3kT6.png"
4
  alt="HMS"
5
+ style="flex: 1; height: 100%; object-fit: contain;"
 
 
 
 
 
6
  />
7
  <img
8
  src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/ZVx7ahuV1mVuIeygYwirc.png"
9
  alt="MGB"
10
+ style="flex: 1; height: 100%; object-fit: contain;"
11
+ />
12
+ <img
13
+ src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/TkKKjmq98Wv_p5shxJTMY.png"
14
+ alt="Broad"
15
+ style="flex: 1; height: 100%; object-fit: contain;"
16
+ />
17
+ <img
18
+ src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/UcM8kmTaVkAM1qf3v09K8.png"
19
+ alt="YLab"
20
+ style="flex: 1; height: 100%; object-fit: contain;"
21
  />
22
  </div>
23