Pearx commited on
Commit
f96a539
·
1 Parent(s): 3eea25d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -113,7 +113,6 @@ 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
- st.markdwon('<a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>',unsafe_allow_html=True)
117
 
118
  # 加载数据
119
  if ("history" + current_chat not in st.session_state) or (st.session_state['if_chat_change']):
 
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
  # 加载数据
118
  if ("history" + current_chat not in st.session_state) or (st.session_state['if_chat_change']):