JohnSmith9982 commited on
Commit
4486679
1 Parent(s): 0405ac0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ gr.Chatbot.postprocess = postprocess
43
 
44
  with gr.Blocks(css=customCSS) as demo:
45
  gr.HTML(title)
 
46
  with gr.Row():
47
  with gr.Column(scale=4):
48
  keyTxt = gr.Textbox(show_label=False, placeholder=f"在这里输入你的OpenAI API-key...",value=my_api_key, type="password", visible=not HIDE_MY_KEY).style(container=True)
 
43
 
44
  with gr.Blocks(css=customCSS) as demo:
45
  gr.HTML(title)
46
+ gr.HTML('''<center><a href="https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="复制 Space"></a>强烈建议点击上面的按钮复制一份这个Space,在你自己的Space里运行,响应更迅速、也更安全👆</center>''')
47
  with gr.Row():
48
  with gr.Column(scale=4):
49
  keyTxt = gr.Textbox(show_label=False, placeholder=f"在这里输入你的OpenAI API-key...",value=my_api_key, type="password", visible=not HIDE_MY_KEY).style(container=True)