Spaces:
Running
Running
| function() { | |
| // feedback | |
| //$("footer a")["href"] = "https://github.com/xu-song/tokenizer-arena/issues" | |
| //$("footer a").childNodes[0].textContent ="Send Feedback" | |
| document.querySelectorAll("footer a")[0].childNodes[0].textContent ="Send Feedback"; | |
| document.querySelectorAll("footer a")[0].href = "https://github.com/xu-song/tokenizer-arena/issues"; | |
| // download button | |
| // API | |
| } |