Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
2563acb
1
Parent(s):
d462da9
Sync from GitHub repo
Browse files- templates/arena.html +3 -0
templates/arena.html
CHANGED
@@ -1190,6 +1190,9 @@
|
|
1190 |
}, 500);
|
1191 |
});
|
1192 |
});
|
|
|
|
|
|
|
1193 |
})
|
1194 |
.catch(error => {
|
1195 |
loadingContainer.style.display = 'none';
|
|
|
1190 |
}, 500);
|
1191 |
});
|
1192 |
});
|
1193 |
+
|
1194 |
+
// Fetch cached sentences again to update the list
|
1195 |
+
fetchCachedSentences();
|
1196 |
})
|
1197 |
.catch(error => {
|
1198 |
loadingContainer.style.display = 'none';
|