test-static / index.html
Evelyn-0423's picture
Update index.html
4800e20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>App_make-a-protagonist </title>
<style>
.space {
max-width: 150%;
max-height: 150%;
overflow: hidden;
}
.iframe {
min-width: 100%;
min-height: 100%;
background: black;
}
</style>
</head>
<body>
<div class="space">
<iframe
src="https://make-a-protagonist-make-a-protagonist-inference.hf.space"
frameborder="0"
width="1450"
height="2400"
></iframe>
</div>
</body>
</html>