Spaces:
Running
Running
File size: 746 Bytes
9495a4f 480ae5d 9495a4f 480ae5d 9495a4f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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';
} |