function() { // feedback //$("footer a")["href"] = "https://github.com/xu-song/tokenizer-arena/issues" //$("footer a").childNodes[0].textContent ="Send Feedback" // // Built with Gradio logo // 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'; }