Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,62 @@
|
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<title>Dnotitia on Hugging Face</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
|
10 |
<body>
|
@@ -55,6 +111,9 @@
|
|
55 |
optimized for
|
56 |
Korean language understanding and generation, while also maintaining strong English capabilities.
|
57 |
</div>
|
|
|
|
|
|
|
58 |
</div>
|
59 |
</body>
|
60 |
|
|
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<title>Dnotitia on Hugging Face</title>
|
8 |
+
<style>
|
9 |
+
body {
|
10 |
+
background-color: #f4f4f4;
|
11 |
+
font-family: Arial, sans-serif;
|
12 |
+
display: flex;
|
13 |
+
justify-content: center;
|
14 |
+
align-items: center;
|
15 |
+
min-height: 100vh;
|
16 |
+
margin: 0;
|
17 |
+
padding: 10px;
|
18 |
+
box-sizing: border-box;
|
19 |
+
}
|
20 |
+
.card {
|
21 |
+
background-color: white;
|
22 |
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
23 |
+
border-radius: 12px;
|
24 |
+
padding: 20px;
|
25 |
+
width: 100%;
|
26 |
+
max-width: 1920px;
|
27 |
+
text-align: left;
|
28 |
+
box-sizing: border-box;
|
29 |
+
}
|
30 |
+
.logo {
|
31 |
+
display: flex;
|
32 |
+
justify-content: center;
|
33 |
+
align-items: center;
|
34 |
+
margin-bottom: 20px;
|
35 |
+
}
|
36 |
+
.logo img {
|
37 |
+
width: 300px;
|
38 |
+
/* 이미지 가로 고정 */
|
39 |
+
height: 150px;
|
40 |
+
/* 이미지 세로 고정 */
|
41 |
+
object-fit: contain;
|
42 |
+
/* 이미지 비율 유지 */
|
43 |
+
}
|
44 |
+
.name {
|
45 |
+
font-size: 1.4em;
|
46 |
+
font-weight: bold;
|
47 |
+
color: #555;
|
48 |
+
margin-bottom: 20px;
|
49 |
+
word-wrap: break-word;
|
50 |
+
}
|
51 |
+
.description {
|
52 |
+
font-size: 1.2em;
|
53 |
+
color: #555;
|
54 |
+
margin-bottom: 20px;
|
55 |
+
word-wrap: break-word;
|
56 |
+
}
|
57 |
+
.link {
|
58 |
+
font-size: 1.2em;
|
59 |
+
color: #555;
|
60 |
+
margin-bottom: 20px;
|
61 |
+
word-wrap: break-word;
|
62 |
+
}
|
63 |
+
</style>
|
64 |
</head>
|
65 |
|
66 |
<body>
|
|
|
111 |
optimized for
|
112 |
Korean language understanding and generation, while also maintaining strong English capabilities.
|
113 |
</div>
|
114 |
+
<p class="link">Try DNA-powered Mnemos Assistant!
|
115 |
+
<a href="https://request-demo.dnotitia.ai" taget="_blank">Beta Open →</a>
|
116 |
+
</p>
|
117 |
</div>
|
118 |
</body>
|
119 |
|