CoolFace
Apppublic

librarian-bots/Model-Cards-Nomic-Atlas-Map

sourceHugging Faceupdated 3y agoView on Hugging Face
3likes
index.html42 linesDownload Raw Back to root
1<html>2 3<head>4  <title>OpenAssistant/oasst1</title>5  <style>6    body {7      font-family: Arial, sans-serif;8      background-color: #f0f0f0;9      display: flex;10      justify-content: center;11      align-items: center;12      height: 100vh;13      margin: 0;14      padding: 0;15      color: #333;16    }17 18    .iframe-container {19      border: 1px solid #ccc;20      border-radius: 10px;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 {28      width: 100%;29      height: 100%;30      border: none;31    }32  </style>33</head>34 35<body>36  <div class="iframe-container">37    <iframe src="https://atlas.nomic.ai/map/30bd0513-eaeb-4e29-9d80-8d41b74ef43a/59908083-4789-4c66-9b83-84300b19cff7?xs=-67.82961&xf=64.46600&ys=-47.98115&yf=41.68059" allow="clipboard-read; clipboard-write"38      title="Nomic Atlas"></iframe>39  </div>40</body>41 42</html>