Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with st.sidebar:
|
|
113 |
st.write("\n")
|
114 |
# # 此处href与下文的st.header内容相对应,跳转锚点
|
115 |
# st.markdown("<a href='#chatgpt-assistant' id='chat-window'>➡️ 直达输入区</a>",unsafe_allow_html=True)
|
116 |
-
#
|
117 |
st.markdown('<center><a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
|
118 |
'<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><center>', unsafe_allow_html=True)
|
119 |
|
|
|
113 |
st.write("\n")
|
114 |
# # 此处href与下文的st.header内容相对应,跳转锚点
|
115 |
# st.markdown("<a href='#chatgpt-assistant' id='chat-window'>➡️ 直达输入区</a>",unsafe_allow_html=True)
|
116 |
+
# 一键复制按钮
|
117 |
st.markdown('<center><a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
|
118 |
'<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><center>', unsafe_allow_html=True)
|
119 |
|