Spaces:
Running
Running
Commit
•
67dc267
1
Parent(s):
6079687
Refresh
Browse files- index.html +1 -1
index.html
CHANGED
@@ -179,7 +179,7 @@
|
|
179 |
<div class="grid-container">
|
180 |
<template x-for="theme in themes" :key="theme.id">
|
181 |
<div class="grid-item">
|
182 |
-
<iframe :src="theme.subdomain" :alt="theme.id" scrolling="no" frameborder="0"></iframe>
|
183 |
<a :href="`https://huggingface.co/spaces/${theme.id}`" target="_blank"></a>
|
184 |
</div>
|
185 |
</template>
|
|
|
179 |
<div class="grid-container">
|
180 |
<template x-for="theme in themes" :key="theme.id">
|
181 |
<div class="grid-item">
|
182 |
+
<iframe :src="`${theme.subdomain}?_=${new Date().getTime()}`" :alt="theme.id" scrolling="no" frameborder="0"></iframe>
|
183 |
<a :href="`https://huggingface.co/spaces/${theme.id}`" target="_blank"></a>
|
184 |
</div>
|
185 |
</template>
|