cats_vs_dogs_explorer / index.html
obeijbom's picture
Update index.html
824353d
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Cats vs Dogs dataset explorer</h1>
<div>
<p>Hosted by <a href="https://www.nyckel.com/public-functions/cats-vs-dogs-image-classifier"> Nyckel</a>.</p>
</div>
<div>
<iframe src="https://www.nyckel.com/public-functions/cats-vs-dogs-image-classifier" height="800" width="1200" title="Nyckel viewer"></iframe>
</div>
</body>
</html>