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

Update docs.md

Browse files
Files changed (1) hide show
  1. docs.md +6 -5
docs.md CHANGED
@@ -1,24 +1,25 @@
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
 
24
 
 
1
+ <div style="display: flex; align-items: center; justify-content: space-between; width: 100%; height: 150px;">
2
  <img
3
  src="https://cdn-uploads.huggingface.co/production/uploads/67a040fb6934f9aa1c866f99/1bNk6xHD90mlVaUOJ3kT6.png"
4
  alt="HMS"
5
+ style="width: 20%; 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="width: 36%; 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="width: 19%; 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="width: 15%; height: 100%; object-fit: contain;"
21
  />
22
+
23
  </div>
24
 
25