JoPmt commited on
Commit
9c75238
·
1 Parent(s): 1b43224

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -339,7 +339,7 @@ requestAnimationFrame(joob);
339
  try {
340
  form.addEventListener('submit', async (event) => {
341
  event.preventDefault();
342
- await HF_API = prompt("Enter your HF API key");
343
  decep();
344
  deus.style.display = 'block';
345
  for (var tapdance = 0; tapdance < 6; tapdance++){
 
339
  try {
340
  form.addEventListener('submit', async (event) => {
341
  event.preventDefault();
342
+ HF_API = prompt("Enter your HF API key");
343
  decep();
344
  deus.style.display = 'block';
345
  for (var tapdance = 0; tapdance < 6; tapdance++){