Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,6 @@ area_gpt_content = st.empty()
|
|
118 |
# 报错展示
|
119 |
area_error = st.empty()
|
120 |
|
121 |
-
st.write("\n")
|
122 |
st.write("\n")
|
123 |
st.header('ChatGPT Assistant')
|
124 |
tap_input, tap_context, tap_set = st.tabs(['💬 聊天', '🗒️ 预设', '⚙️ 设置'])
|
|
|
118 |
# 报错展示
|
119 |
area_error = st.empty()
|
120 |
|
|
|
121 |
st.write("\n")
|
122 |
st.header('ChatGPT Assistant')
|
123 |
tap_input, tap_context, tap_set = st.tabs(['💬 聊天', '🗒️ 预设', '⚙️ 设置'])
|