Commit
·
e61d69d
1
Parent(s):
70eaefc
change index
Browse files- index.html +7 -2
index.html
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<html>
|
|
|
2 |
<head>
|
3 |
<title>nomic-ai/gpt4all_prompt_generations</title>
|
4 |
<style>
|
@@ -20,7 +21,7 @@
|
|
20 |
overflow: hidden;
|
21 |
width: 80%;
|
22 |
height: 80%;
|
23 |
-
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
24 |
}
|
25 |
|
26 |
iframe {
|
@@ -30,9 +31,13 @@
|
|
30 |
}
|
31 |
</style>
|
32 |
</head>
|
|
|
33 |
<body>
|
34 |
<div class="iframe-container">
|
35 |
-
<iframe
|
|
|
|
|
36 |
</div>
|
37 |
</body>
|
|
|
38 |
</html>
|
|
|
1 |
<html>
|
2 |
+
|
3 |
<head>
|
4 |
<title>nomic-ai/gpt4all_prompt_generations</title>
|
5 |
<style>
|
|
|
21 |
overflow: hidden;
|
22 |
width: 80%;
|
23 |
height: 80%;
|
24 |
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
25 |
}
|
26 |
|
27 |
iframe {
|
|
|
31 |
}
|
32 |
</style>
|
33 |
</head>
|
34 |
+
|
35 |
<body>
|
36 |
<div class="iframe-container">
|
37 |
+
<iframe
|
38 |
+
src="https://atlas-next-prod.vercel.app/map/88a9425f-2fe2-49fd-9f7a-3b34f2ae2b37/81db029d-b1a8-4403-bf9f-1f56d51a6d29"
|
39 |
+
allow="clipboard-read; clipboard-write" title="Nomic Atlas"></iframe>
|
40 |
</div>
|
41 |
</body>
|
42 |
+
|
43 |
</html>
|