Spaces:
Running
Running
Commit
•
5d5537c
1
Parent(s):
86ab588
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -183,7 +183,7 @@
|
|
183 |
<div class="container px-6 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 mx-auto my-8 relative">
|
184 |
<template x-for="theme in themes" :key="theme.id">
|
185 |
<div class="grid-item">
|
186 |
-
<iframe :src="`${theme.subdomain}?_=${new Date().getTime()}&__theme=${mode}`" :alt="theme.id" scrolling="no" frameborder="0"></iframe>
|
187 |
<a :href="`https://huggingface.co/spaces/${theme.id}`" target="_blank"></a>
|
188 |
</div>
|
189 |
</template>
|
|
|
183 |
<div class="container px-6 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 mx-auto my-8 relative">
|
184 |
<template x-for="theme in themes" :key="theme.id">
|
185 |
<div class="grid-item">
|
186 |
+
<iframe :src="`${theme.subdomain}?_=${new Date().getTime()}&__theme=${mode}`" :alt="theme.id" scrolling="no" frameborder="0" loading="lazy"></iframe>
|
187 |
<a :href="`https://huggingface.co/spaces/${theme.id}`" target="_blank"></a>
|
188 |
</div>
|
189 |
</template>
|