uff / index.html
DakMak's picture
Update index.html
34545db
raw
history blame contribute delete
336 Bytes
<!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>
<iframe
src="https://huggingchat-chat-ui.hf.space"
frameborder="0"
width="850"
height="450"
></iframe>
</body>
</html>