JirasakJo commited on
Commit
eb0ce41
·
verified ·
1 Parent(s): 82a4f42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ def main():
371
  if st.button("🗑️ ล้างประวัติ", type="secondary", use_container_width=True):
372
  st.session_state.context_memory = []
373
  st.session_state.chat_history = []
374
- st.rerun()
375
 
376
  # Sidebar info column
377
  with info_col:
 
371
  if st.button("🗑️ ล้างประวัติ", type="secondary", use_container_width=True):
372
  st.session_state.context_memory = []
373
  st.session_state.chat_history = []
374
+ # st.rerun()
375
 
376
  # Sidebar info column
377
  with info_col: