Spaces:
Running
Running
add init function
Browse files- ai_models.html +2 -0
ai_models.html
CHANGED
@@ -174,6 +174,8 @@
|
|
174 |
});
|
175 |
}
|
176 |
}
|
|
|
|
|
177 |
|
178 |
// triggers
|
179 |
let mybutton = document.getElementById('topBtn');
|
|
|
174 |
});
|
175 |
}
|
176 |
}
|
177 |
+
|
178 |
+
init()
|
179 |
|
180 |
// triggers
|
181 |
let mybutton = document.getElementById('topBtn');
|