|
<!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> |
|
<div class="card"> |
|
<h1>Kaggle ❤️ Hugging Face</h1> |
|
<p>Use this space to share feedback with the Kaggle team about improvements to integrations between Kaggle and Hugging Face. |
|
</p> |
|
</div> |
|
<div class="not-prose bg-gradient-to-r from-gray-50-to-white text-gray-900 border" style="border-radius: 8px; padding: 0.5rem 1rem; margin-top: 10px;"> |
|
<span style="font-weight: 600;">Please share your feedback</span> in the <a target="_blank" class="underline" href="https://huggingface.co/spaces/kaggle/hf-integration-feedback/discussions" style="color: inherit;">Community tab</a>. |
|
</div> |
|
|
|
</body> |
|
</html> |
|
|