Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
|
@@ -112,7 +112,7 @@ async function initLlm(modelReader) {
|
|
| 112 |
function requireSignIn() {
|
| 113 |
document.getElementById('loader-overlay').style = "display:none";
|
| 114 |
document.getElementById('main-container').style = "display:none";
|
| 115 |
-
document.body.parentElement.
|
| 116 |
document.body.appendChild(document.getElementById('version-info'));
|
| 117 |
document.getElementById("signin").style.removeProperty("display");
|
| 118 |
document.getElementById('sign-in-message').style.removeProperty("display");
|
|
|
|
| 112 |
function requireSignIn() {
|
| 113 |
document.getElementById('loader-overlay').style = "display:none";
|
| 114 |
document.getElementById('main-container').style = "display:none";
|
| 115 |
+
document.body.parentElement.prepend(document.getElementById('title-container'));
|
| 116 |
document.body.appendChild(document.getElementById('version-info'));
|
| 117 |
document.getElementById("signin").style.removeProperty("display");
|
| 118 |
document.getElementById('sign-in-message').style.removeProperty("display");
|