Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
•
374c048
1
Parent(s):
1829379
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -0
ChuanhuChatbot.py
CHANGED
@@ -42,6 +42,7 @@ else:
|
|
42 |
|
43 |
with gr.Blocks(css=customCSS) as demo:
|
44 |
gr.HTML(title)
|
|
|
45 |
keyTxt = gr.Textbox(show_label=True, placeholder=f"在这里输入你的OpenAI API-key...",
|
46 |
value=my_api_key, label="API Key", type="password", visible=not HIDE_MY_KEY).style(container=True)
|
47 |
chatbot = gr.Chatbot() # .style(color_map=("#1D51EE", "#585A5B"))
|
|
|
42 |
|
43 |
with gr.Blocks(css=customCSS) as demo:
|
44 |
gr.HTML(title)
|
45 |
+
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>''')
|
46 |
keyTxt = gr.Textbox(show_label=True, placeholder=f"在这里输入你的OpenAI API-key...",
|
47 |
value=my_api_key, label="API Key", type="password", visible=not HIDE_MY_KEY).style(container=True)
|
48 |
chatbot = gr.Chatbot() # .style(color_map=("#1D51EE", "#585A5B"))
|