amphora commited on
Commit
6edc6f5
·
verified ·
1 Parent(s): 6bac18c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -12,3 +12,24 @@ KoReason is a collaborative project between OneLine AI, KISTI, HAE-RAE and Oracl
12
  Contact:
13
  (Guijin) spthsrbwls123@yonsei.ac.kr
14
  (KISTI)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Contact:
13
  (Guijin) spthsrbwls123@yonsei.ac.kr
14
  (KISTI)
15
+
16
+
17
+ <div class="logo-row">
18
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/mJjX11ZN6dYMihNAk_IFn.png" alt="HAE-RAE logo">
19
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/RJUQtsIG1xwSHk2KuuDl_.png" alt="Koni logo">
20
+ </div>
21
+
22
+ <style>
23
+ .logo-row {
24
+ display: flex;
25
+ align-items: center; /* vertical align */
26
+ justify-content: center; /* center the pair (optional) */
27
+ gap: 4px; /* space between logos */
28
+ flex-wrap: wrap; /* stack on very small screens */
29
+ }
30
+ .logo-row img {
31
+ height: 150px; /* make them the same visual size */
32
+ width: auto; /* keep aspect ratio */
33
+ object-fit: contain;
34
+ }
35
+ </style>