danf commited on
Commit
41463fd
verified
1 Parent(s): 67e727d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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("讗讬转讞讜诇 砖讬讞讛", type="secondary", use_container_width=True):
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