JohnSmith9982 commited on
Commit
2b0d6eb
1 Parent(s): 7f367aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -431,9 +431,7 @@ logging.info(
431
  + colorama.Style.RESET_ALL
432
  )
433
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
434
- demo.title = """川虎ChatGPT 🚀
435
- <br><center><a href="https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>
436
- """
437
 
438
  if __name__ == "__main__":
439
  reload_javascript()
 
431
  + colorama.Style.RESET_ALL
432
  )
433
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
434
+ demo.title = "川虎ChatGPT 🚀"
 
 
435
 
436
  if __name__ == "__main__":
437
  reload_javascript()