Spaces:
Running
Running
Commit
•
2117aea
1
Parent(s):
aa20c86
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
-
<p>Variables are accessible through <i>window.huggingface.
|
12 |
<p>
|
13 |
Also don't forget to check the
|
14 |
<a href="https://huggingface.co/docs/hub/spaces-sdks-static" target="_blank">Static Spaces documentation</a>.
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
+
<p>Variables are accessible through <i>window.huggingface.variables</i> in JavaScript! Checkout the source code for <i>index.html</i> in the <a href="https://huggingface.co/spaces/coyotte508/static-variables/tree/main">"Files"</a> tab.</p>
|
12 |
<p>
|
13 |
Also don't forget to check the
|
14 |
<a href="https://huggingface.co/docs/hub/spaces-sdks-static" target="_blank">Static Spaces documentation</a>.
|