benmschmidt's picture
update
09b7f2d
raw
history blame
No virus
870 Bytes
<html>
<head>
<title>liuhaotian/LLaVA-Instruct-150K</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
padding: 0;
color: #333;
}
.iframe-container {
border: 1px solid #ccc;
border-radius: 10px;
overflow: hidden;
width: 80%;
height: 80%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<div class="iframe-container">
<iframe src="https://atlas.nomic.ai/map/94de7629-46f8-4216-9573-e5d98d1662a4/ff21d12c-ba0f-43bd-811f-361133e1b793" allow="clipboard-read; clipboard-write"
title="Nomic Atlas"></iframe>
</div>
</body>
</html>