Spaces:
Sleeping
Sleeping
Commit
·
cad6256
1
Parent(s):
36427de
让描述信息empty得更彻底
Browse files
app.py
CHANGED
|
@@ -369,6 +369,9 @@ def app():
|
|
| 369 |
user_question = st.chat_input("Enter your questions when learning...")
|
| 370 |
|
| 371 |
if user_question:
|
|
|
|
|
|
|
|
|
|
| 372 |
|
| 373 |
with col1:
|
| 374 |
#把课程大纲打印出来
|
|
|
|
| 369 |
user_question = st.chat_input("Enter your questions when learning...")
|
| 370 |
|
| 371 |
if user_question:
|
| 372 |
+
st.session_state.description1.empty()
|
| 373 |
+
st.session_state.divider.empty()
|
| 374 |
+
st.session_state.description2.empty()
|
| 375 |
|
| 376 |
with col1:
|
| 377 |
#把课程大纲打印出来
|