coyotte508 HF staff commited on
Commit
525a901
1 Parent(s): cc26a11

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -15,5 +15,7 @@
15
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
  </p>
17
  </div>
 
18
  </body>
 
19
  </html>
 
15
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
  </p>
17
  </div>
18
+ <pre />
19
  </body>
20
+ <script>document.querySelector("pre").textContent = JSON.stringify(window.huggingface, null, 2)</script>
21
  </html>