Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -61,10 +61,19 @@
|
|
61 |
}
|
62 |
|
63 |
.link {
|
64 |
-
|
65 |
-
color:
|
66 |
-
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
</style>
|
69 |
</head>
|
70 |
|
@@ -117,7 +126,7 @@
|
|
117 |
Korean language understanding and generation, while also maintaining strong English capabilities.
|
118 |
</div>
|
119 |
<p class="link">Try DNA-powered Mnemos Assistant!
|
120 |
-
<a href="https://request-demo.dnotitia.ai">Beta Open
|
121 |
</div>
|
122 |
</body>
|
123 |
|
|
|
61 |
}
|
62 |
|
63 |
.link {
|
64 |
+
background-color: #007bff;
|
65 |
+
color: white;
|
66 |
+
padding: 10px 20px;
|
67 |
+
text-decoration: none;
|
68 |
+
border-radius: 5px;
|
69 |
+
font-weight: bold;
|
70 |
+
display: inline-block;
|
71 |
+
transition: background-color 0.3s;
|
72 |
+
}
|
73 |
+
|
74 |
+
.link:hover {
|
75 |
+
background-color: #0056b3;
|
76 |
+
}
|
77 |
</style>
|
78 |
</head>
|
79 |
|
|
|
126 |
Korean language understanding and generation, while also maintaining strong English capabilities.
|
127 |
</div>
|
128 |
<p class="link">Try DNA-powered Mnemos Assistant!
|
129 |
+
<a href="https://request-demo.dnotitia.ai">Beta Open →</a></p>
|
130 |
</div>
|
131 |
</body>
|
132 |
|