Pearx commited on
Commit
d592d75
1 Parent(s): f96a539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ area_gpt_content = st.empty()
154
  # 报错展示
155
  area_error = st.empty()
156
 
157
- st.write("\n")
 
158
  st.header('ChatGPT Assistant')
159
  tap_input, tap_context, tap_set = st.tabs(['💬 聊天', '🗒️ 预设', '⚙️ 设置'])
160
 
 
154
  # 报错展示
155
  area_error = st.empty()
156
 
157
+ st.markdown('<a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
158
+ '<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>', unsafe_allow_html=True)
159
  st.header('ChatGPT Assistant')
160
  tap_input, tap_context, tap_set = st.tabs(['💬 聊天', '🗒️ 预设', '⚙️ 设置'])
161