add duplicate spaces badge

#29
by akhaliq HF staff - opened
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -431,7 +431,9 @@ logging.info(
431
  + colorama.Style.RESET_ALL
432
  )
433
  # 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
434
- demo.title = "川虎ChatGPT 🚀"
 
 
435
 
436
  if __name__ == "__main__":
437
  reload_javascript()
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()