Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -195,7 +195,7 @@ col1, col2 = st.columns([8, 4])
|
|
| 195 |
with col2:
|
| 196 |
send_clicked = st.button("砖诇讞", type="primary", use_container_width=True) and user_input.strip()
|
| 197 |
with col1:
|
| 198 |
-
if st.button("
|
| 199 |
st.session_state.chat_history = []
|
| 200 |
st.rerun()
|
| 201 |
|
|
|
|
| 195 |
with col2:
|
| 196 |
send_clicked = st.button("砖诇讞", type="primary", use_container_width=True) and user_input.strip()
|
| 197 |
with col1:
|
| 198 |
+
if st.button("砖讬讞讛 讞讚砖讛", type="secondary", use_container_width=True):
|
| 199 |
st.session_state.chat_history = []
|
| 200 |
st.rerun()
|
| 201 |
|