ZJunTvT commited on
Commit
d5702b0
1 Parent(s): 3de2825

Update assets/custom.js

Browse files
Files changed (1) hide show
  1. 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