hiwei commited on
Commit
0d05112
1 Parent(s): fcdc317

add github project url

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ from apps import translator_demo, simple_chat_demo, instruction_chat_demo, conte
3
  from chatClient import ChatClient, ChatGLM2APIClient, ChatGLM2ModelClient
4
  from config import Settings
5
 
6
- TITLE = """<h2 align="center">🚀 ChatGLM2-6B apps gallery</h2>"""
 
7
 
8
  demo_register = {
9
  "通用对话": simple_chat_demo,
 
3
  from chatClient import ChatClient, ChatGLM2APIClient, ChatGLM2ModelClient
4
  from config import Settings
5
 
6
+ TITLE = """<h2 align="center">🚀 ChatGLM2-6B apps gallery</h2>
7
+ <p align="center"><a href="https://github.com/hiwei93/chatglm2-6b-explorer">github 仓库</a></p>"""
8
 
9
  demo_register = {
10
  "通用对话": simple_chat_demo,