Spaces:
Running
Running
Shufan Li
commited on
Commit
•
5c83f3d
1
Parent(s):
44c4bd5
- index.html +1 -1
index.html
CHANGED
@@ -12,6 +12,6 @@
|
|
12 |
</body>
|
13 |
<script>
|
14 |
window.huggingface.variables['DEMO_URL']
|
15 |
-
document.querySelector("pre").textContent = JSON.stringify(window.huggingface, null, 2)
|
16 |
</script>
|
17 |
</html>
|
|
|
12 |
</body>
|
13 |
<script>
|
14 |
window.huggingface.variables['DEMO_URL']
|
15 |
+
document.querySelector("pre").textContent =window.huggingface.variables['DEMO_URL']// JSON.stringify(window.huggingface, null, 2)
|
16 |
</script>
|
17 |
</html>
|