OpenVLA / index.html
xavierchi's picture
Update index.html
ff7bd75 verified
raw
history blame contribute delete
440 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
iframe {
border: none;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe src="https://api.mbodi.ai/community-models/" allowfullscreen></iframe>
</body>
</html>