freddyaboulton HF staff commited on
Commit
67dc267
1 Parent(s): 6079687
Files changed (1) hide show
  1. 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>