VictorSanh commited on
Commit
1e6946b
β€’
1 Parent(s): 6aff8ff
Files changed (2) hide show
  1. README.md +1 -3
  2. index.html +6 -6
README.md CHANGED
@@ -1,10 +1,8 @@
1
  ---
2
  title: OBELICS Interactive Map
3
- emoji: 🐨
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: OBELICS Interactive Map
3
+ emoji: πŸ‘“
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
 
 
index.html CHANGED
@@ -8,12 +8,12 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
  </div>
18
  </body>
19
  </html>
 
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <h1>OBELICS Interactive Map</h1>
12
+ <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>
13
+ <div class="iframe-container">
14
+ <iframe src="https://atlas.nomic.ai/map/f2fba2aa-3647-4f49-a0f3-9347daeee499/ee4a84bd-f125-4bcc-a683-1b4e231cb10f" allow="clipboard-read; clipboard-write"
15
+ title="Nomic Atlas"></iframe>
16
+ </div>
17
  </div>
18
  </body>
19
  </html>