hujike commited on
Commit
b3fd8c1
·
1 Parent(s): 353974b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,9 +140,9 @@ with gr.Blocks(css=customCSS) as demo:
140
 
141
  templateApplyBtn.click(get_template_content, [promptTemplates, templateSelectDropdown, systemPromptTxt], [systemPromptTxt], show_progress=True)
142
 
143
- print(colorama.Back.GREEN + "\n川虎的温馨提示:访问 http://localhost:7860 查看界面" + colorama.Style.RESET_ALL)
144
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
145
- demo.title = "川虎ChatGPT 🚀"
146
 
147
  if __name__ == "__main__":
148
  #if running in Docker
 
140
 
141
  templateApplyBtn.click(get_template_content, [promptTemplates, templateSelectDropdown, systemPromptTxt], [systemPromptTxt], show_progress=True)
142
 
143
+ print(colorama.Back.GREEN + "\n温馨提示:访问 http://localhost:7860 查看界面" + colorama.Style.RESET_ALL)
144
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
145
+ demo.title = "kkoneChatGPT"
146
 
147
  if __name__ == "__main__":
148
  #if running in Docker