Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -6
index.html
CHANGED
|
@@ -17,13 +17,8 @@
|
|
| 17 |
<body>
|
| 18 |
<div class="card">
|
| 19 |
<h1>Welcome to your static Space!</h1>
|
| 20 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 21 |
-
<p>
|
| 22 |
-
Also don't forget to check the
|
| 23 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 24 |
-
</p>
|
| 25 |
<button onclick="window.parent?.postMessage({type: 'INFERENCE_JWT_REQUEST'}, '*');">Request token</button>
|
| 26 |
-
<pre id="token">...</pre>
|
| 27 |
</div>
|
| 28 |
</body>
|
| 29 |
</html>
|
|
|
|
| 17 |
<body>
|
| 18 |
<div class="card">
|
| 19 |
<h1>Welcome to your static Space!</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
<button onclick="window.parent?.postMessage({type: 'INFERENCE_JWT_REQUEST'}, '*');">Request token</button>
|
| 21 |
+
<pre id="token" style="white-space: pre-wrap; word-wrap: break-word;">...</pre>
|
| 22 |
</div>
|
| 23 |
</body>
|
| 24 |
</html>
|