ZJunTvT commited on
Commit
8cac0b8
·
1 Parent(s): 825d838

Update assets/custom.js

Browse files
Files changed (1) hide show
  1. 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 = 'Welcome to ZJunChat';
 
 
 
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
  }