Spaces:
Sleeping
Sleeping
dylanebert commited on
Commit ·
535fccf
1
Parent(s): e14197a
no caching
Browse files
viewer/src/routes/+page.svelte
CHANGED
|
@@ -664,6 +664,7 @@
|
|
| 664 |
method: "GET",
|
| 665 |
headers: {
|
| 666 |
Authorization: "Bearer " + import.meta.env.VITE_HF_TOKEN,
|
|
|
|
| 667 |
},
|
| 668 |
});
|
| 669 |
rows = await response.json();
|
|
|
|
| 664 |
method: "GET",
|
| 665 |
headers: {
|
| 666 |
Authorization: "Bearer " + import.meta.env.VITE_HF_TOKEN,
|
| 667 |
+
"Cache-Control": "no-cache",
|
| 668 |
},
|
| 669 |
});
|
| 670 |
rows = await response.json();
|