neerajkalyank commited on
Commit
cef812c
·
verified ·
1 Parent(s): c1f68a4

Create memory.py

Browse files
Files changed (1) hide show
  1. memory.py +3 -0
memory.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ def init_memory():
2
+ if "chat" not in st.session_state:
3
+ st.session_state.chat = []