danielle2003 commited on
Commit
383fbdd
Β·
verified Β·
1 Parent(s): 3a40545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1498,6 +1498,8 @@ if st.session_state.framework == "dash":
1498
  with col1:
1499
  if st.button(f"πŸ—‚ {truncated_preview}", key=val):
1500
  load_chat_history(chat_id)
 
 
1501
 
1502
  with col2:
1503
  if st.button("πŸ—‘οΈ", key=delete_key):
 
1498
  with col1:
1499
  if st.button(f"πŸ—‚ {truncated_preview}", key=val):
1500
  load_chat_history(chat_id)
1501
+ st.session_state.show_overlay = False
1502
+
1503
 
1504
  with col2:
1505
  if st.button("πŸ—‘οΈ", key=delete_key):