Pearx commited on
Commit
6a8cfe4
1 Parent(s): 8e638ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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>< 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
 
 
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