change icon for ai generated notes
This commit is contained in:
parent
629c6e9036
commit
4f4abf7098
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue