Spaces:
Runtime error
Runtime error
Update assets/custom.js
Browse files- assets/custom.js +4 -1
assets/custom.js
CHANGED
@@ -49,7 +49,10 @@ function gradioLoaded(mutations) {
|
|
49 |
ZJun_footer.innerHTML = "<p>由<a href='https://zjun.xyz'>ZJun纸菌📡</a>基于@chuanhu和HuggingFace进行Recode</p>";
|
50 |
}
|
51 |
if (htmlTitle) {
|
52 |
-
htmlTitle
|
|
|
|
|
|
|
53 |
}
|
54 |
}
|
55 |
}
|
|
|
49 |
ZJun_footer.innerHTML = "<p>由<a href='https://zjun.xyz'>ZJun纸菌📡</a>基于@chuanhu和HuggingFace进行Recode</p>";
|
50 |
}
|
51 |
if (htmlTitle) {
|
52 |
+
console.log(htmlTitle)
|
53 |
+
htmlTitle = 'Welcome to ZJunChat📡';
|
54 |
+
} else {
|
55 |
+
console.log('no title')
|
56 |
}
|
57 |
}
|
58 |
}
|