Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,6 +154,7 @@ area_gpt_content = st.empty()
|
|
| 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')
|
|
|
|
| 154 |
# 报错展示
|
| 155 |
area_error = st.empty()
|
| 156 |
|
| 157 |
+
st.write("\n")
|
| 158 |
st.markdown('<a href="https://huggingface.co/spaces/Pearx/ChatGPT-Assistant?duplicate=true">'
|
| 159 |
'<img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>', unsafe_allow_html=True)
|
| 160 |
st.header('ChatGPT Assistant')
|