~footer
Browse files- pages/index.js +2 -0
pages/index.js
CHANGED
@@ -84,6 +84,8 @@ export default function Home() {
|
|
84 |
<footer className="text-center text-gray-500 text-sm mt-8 bottom-0 w-full p-4">
|
85 |
Created by Anzor Qunash
|
86 |
<br />
|
|
|
|
|
87 |
<a href="https://github.com/qunash" target="_blank" rel="noopener noreferrer">GitHub</a>
|
88 |
<span className="mx-2">β’</span>
|
89 |
<a href="https://twitter.com/hahahahohohe" target="_blank" rel="noopener noreferrer">Twitter</a>
|
|
|
84 |
<footer className="text-center text-gray-500 text-sm mt-8 bottom-0 w-full p-4">
|
85 |
Created by Anzor Qunash
|
86 |
<br />
|
87 |
+
<a href="https://huggingface.co/datasets/anzorq/hf-spaces-descriptions-embeddings" target="_blank" rel="noopener noreferrer">Dataset</a>
|
88 |
+
<span className="mx-2">β’</span>
|
89 |
<a href="https://github.com/qunash" target="_blank" rel="noopener noreferrer">GitHub</a>
|
90 |
<span className="mx-2">β’</span>
|
91 |
<a href="https://twitter.com/hahahahohohe" target="_blank" rel="noopener noreferrer">Twitter</a>
|