Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -339,7 +339,9 @@ requestAnimationFrame(joob);
|
|
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++){
|
|
|
339 |
try {
|
340 |
form.addEventListener('submit', async (event) => {
|
341 |
event.preventDefault();
|
342 |
+
if (HF_API == null){
|
343 |
HF_API = prompt("Enter your HF API key");
|
344 |
+
}
|
345 |
decep();
|
346 |
deus.style.display = 'block';
|
347 |
for (var tapdance = 0; tapdance < 6; tapdance++){
|