Spaces:
Running
Running
Commit
·
d257605
1
Parent(s):
9a1fd04
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -20,6 +20,6 @@
|
|
20 |
>.
|
21 |
</p>
|
22 |
</div>
|
23 |
-
<button onclick="fetch('https://huggingface.co/uploads', {method: POST})">fetch</button>
|
24 |
</body>
|
25 |
</html>
|
|
|
20 |
>.
|
21 |
</p>
|
22 |
</div>
|
23 |
+
<button onclick="fetch('https://huggingface.co/uploads', {method: 'POST'})">fetch</button>
|
24 |
</body>
|
25 |
</html>
|