change icon for ai generated notes

This commit is contained in:
LUIS NOVO 2024-11-01 18:46:43 -03:00
parent 629c6e9036
commit 4f4abf7098

View file

@ -111,5 +111,6 @@ def chat_sidebar(session_id):
make_note_from_chat(
content=msg.content,
notebook_id=st.session_state[session_id]["notebook"].id,
type="ai",
)
st.rerun()