Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,8 @@ area_gpt_content = st.empty()
|
|
| 154 |
# 报错展示
|
| 155 |
area_error = st.empty()
|
| 156 |
|
| 157 |
-
st.
|
|
|
|
| 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 |
|