Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neerajkalyank
/
HRMS_Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neerajkalyank
commited on
Jan 5
Commit
cef812c
·
verified
·
1 Parent(s):
c1f68a4
Create memory.py
Browse files
Files changed (1)
hide
show
memory.py
+3
-0
memory.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
def init_memory():
2
+
if "chat" not in st.session_state:
3
+
st.session_state.chat = []