Spaces:
Running
Running
Update app.py
Browse files
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):
|