VictorSanh
commited on
Commit
β’
548f515
1
Parent(s):
30f5fef
hello
Browse files- index.html +4 -5
index.html
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
-
<meta name="viewport" content="width=device-width" />
|
6 |
<title>OBELICS Interactive Map</title>
|
7 |
<style>
|
8 |
body {
|
@@ -35,10 +34,10 @@
|
|
35 |
<div class="card">
|
36 |
<h1>OBELICS Interactive Map</h1>
|
37 |
<p>This is an embedded interactive visualization of (a subset of) <a href="https://huggingface.co/datasets/HuggingFaceM4/OBELICS">OBELICS</a> powered by <a href="https://home.nomic.ai/">Nomic AI</a>. You will find the original map here</p>
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
</div>
|
43 |
</body>
|
44 |
</html>
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
|
|
5 |
<title>OBELICS Interactive Map</title>
|
6 |
<style>
|
7 |
body {
|
|
|
34 |
<div class="card">
|
35 |
<h1>OBELICS Interactive Map</h1>
|
36 |
<p>This is an embedded interactive visualization of (a subset of) <a href="https://huggingface.co/datasets/HuggingFaceM4/OBELICS">OBELICS</a> powered by <a href="https://home.nomic.ai/">Nomic AI</a>. You will find the original map here</p>
|
37 |
+
</div>
|
38 |
+
<div class="iframe-container">
|
39 |
+
<iframe src="https://atlas.nomic.ai/map/f2fba2aa-3647-4f49-a0f3-9347daeee499/ee4a84bd-f125-4bcc-a683-1b4e231cb10f" allow="clipboard-read; clipboard-write"
|
40 |
+
title="Nomic Atlas"></iframe>
|
41 |
</div>
|
42 |
</body>
|
43 |
</html>
|