datasetviewer / index.html
saneowl's picture
Update index.html
377f2dc verified
Raw
History Blame Contribute Delete
339 Bytes
<!DOCTYPE html>
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
iframe {
display: block;
width: 100%;
height: 100vh;
border: none;
}
</style>
</head>
<body>
<iframe
src="https://huggingface.co/datasets/stratos-org/ohlcv-750/embed/viewer/default/train">
</iframe>
</body>
</html>