Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ if ("history" + current_chat not in st.session_state) or (st.session_state['if_c
|
|
85 |
|
86 |
|
87 |
# 一键复制按钮
|
88 |
-
st.markdown('<center><
|
89 |
-
'<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></
|
90 |
# 对话展示
|
91 |
show_messages(st.session_state["history" + current_chat])
|
92 |
|
|
|
85 |
|
86 |
|
87 |
# 一键复制按钮
|
88 |
+
st.markdown('<center><a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
|
89 |
+
'<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><center>', unsafe_allow_html=True)
|
90 |
# 对话展示
|
91 |
show_messages(st.session_state["history" + current_chat])
|
92 |
|