Commit ·
e116886
1
Parent(s): 458165d
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -22,14 +22,14 @@
|
|
| 22 |
</style>
|
| 23 |
</head>
|
| 24 |
<body>
|
| 25 |
-
|
| 26 |
<h1>Welcome to your static Space!</h1>
|
| 27 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 28 |
<p>
|
| 29 |
Also don't forget to check the
|
| 30 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 31 |
</p>
|
| 32 |
-
</div>
|
| 33 |
<script>
|
| 34 |
window.addEventListener('mouseover', initLandbot, { once: true });
|
| 35 |
window.addEventListener('touchstart', initLandbot, { once: true });
|
|
|
|
| 22 |
</style>
|
| 23 |
</head>
|
| 24 |
<body>
|
| 25 |
+
<!-- <div class="card">
|
| 26 |
<h1>Welcome to your static Space!</h1>
|
| 27 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 28 |
<p>
|
| 29 |
Also don't forget to check the
|
| 30 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 31 |
</p>
|
| 32 |
+
</div> -->
|
| 33 |
<script>
|
| 34 |
window.addEventListener('mouseover', initLandbot, { once: true });
|
| 35 |
window.addEventListener('touchstart', initLandbot, { once: true });
|