Pearx commited on
Commit
8dacb00
·
1 Parent(s): 339f8af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -124,6 +124,8 @@ if ("history" + current_chat not in st.session_state) or (st.session_state['if_c
124
  st.session_state[k + current_chat + 'default'] = v
125
  st.session_state['if_chat_change'] = False
126
 
 
 
127
  # 复制标签
128
  st.markdown('<center><a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
129
  '<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><center>', unsafe_allow_html=True)
 
124
  st.session_state[k + current_chat + 'default'] = v
125
  st.session_state['if_chat_change'] = False
126
 
127
+ st.write("\n")
128
+ st.write("\n")
129
  # 复制标签
130
  st.markdown('<center><a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
131
  '<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><center>', unsafe_allow_html=True)