dummy_embed_pdf / index.html
ysharma's picture
ysharma HF Staff
Update index.html
01b38bc verified
raw
history blame contribute delete
419 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
</head>
<body>
<div class="card">
<p>
<iframe
src="https://ysharma-dummy-gradio-pdf-reader.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
</p>
</div>
</body>
</html>