webhook / home.html
Wauplin's picture
Wauplin HF staff
push v0.1
ad2e859
raw
history blame
549 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Spaces CI bot</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Spaces CI webhook</h1>
<p>This is a webhook space to build temporary Spaces when a PR is submitted.</p>
<!-- <p>Check out the guide <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain" target="_blank">here</a>!</p> -->
</div>
</body>
</html>