Spaces:
Paused
Paused
🐛 fix: Open a new tab
Browse filesOtherwise, the link opens in the iframe!
home.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
|
| 13 |
<p>This is a webhook space to auto-retrain on model when a dataset changes.</p>
|
| 14 |
|
| 15 |
-
<p>Check out the guide <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain">here</a>!</p>
|
| 16 |
</div>
|
| 17 |
</body>
|
| 18 |
</html>
|
|
|
|
| 12 |
|
| 13 |
<p>This is a webhook space to auto-retrain on model when a dataset changes.</p>
|
| 14 |
|
| 15 |
+
<p>Check out the guide <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain" target="_blank">here</a>!</p>
|
| 16 |
</div>
|
| 17 |
</body>
|
| 18 |
</html>
|