Spaces:
No application file
No application file
Commit
•
80f8f0b
1
Parent(s):
d257605
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', headers: {'X-Requested-With': 'XMLHttpRequest'}})">fetch</button>
|
24 |
</body>
|
25 |
</html>
|