Spaces:
Runtime error
Runtime error
Update assets/custom.js
Browse files- assets/custom.js +1 -1
assets/custom.js
CHANGED
@@ -29,7 +29,7 @@ function gradioLoaded(mutations) {
|
|
29 |
appTitleDiv = document.getElementById("app_title");
|
30 |
appTitleDiv.innerText = "纸菌Chat📡";
|
31 |
// document.getElementById("description").innerHTML("<p>ZJuntest</p>");
|
32 |
-
document.title = 'Welcome to ZJunChat';
|
33 |
chatbot = document.querySelector('#chuanhu_chatbot');
|
34 |
apSwitch = document.querySelector('.apSwitch input[type="checkbox"]');
|
35 |
|
|
|
29 |
appTitleDiv = document.getElementById("app_title");
|
30 |
appTitleDiv.innerText = "纸菌Chat📡";
|
31 |
// document.getElementById("description").innerHTML("<p>ZJuntest</p>");
|
32 |
+
// document.title = 'Welcome to ZJunChat';
|
33 |
chatbot = document.querySelector('#chuanhu_chatbot');
|
34 |
apSwitch = document.querySelector('.apSwitch input[type="checkbox"]');
|
35 |
|