tokenizer-arena / js /onload.js
eson's picture
add grok mixtral
480ae5d
function() {
// feedback
//$("footer a")["href"] = "https://github.com/xu-song/tokenizer-arena/issues"
//$("footer a").childNodes[0].textContent ="Send Feedback"
// <a href="https://gradio.app" class="built-with svelte-16bt5n8" target="_blank" rel="noreferrer">
// Built with Gradio <img src="http://127.0.0.1:7860/assets/logo-3707f936.svg" alt="logo" class="svelte-16bt5n8">
// </a>
console.log("nice")
document.querySelectorAll("footer a")[0].childNodes[0].textContent ="Send Feedback"; // 🤔Reporting Issues, 💬Leave comments
document.querySelectorAll("footer a")[0].href = "https://github.com/xu-song/tokenizer-arena/issues";
// download button
// API
return 'Animation created';
}