KvrParaskevi commited on
Commit
41b2db3
1 Parent(s): 72739f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def render_chat_history(chat_history):
34
 
35
  #Application
36
  #Langchain memory in session cache
37
- if 'memory' not in st.session_state:
38
- st.session_state.memory = demo_chat.demo_miny_memory()
39
 
40
  system_content = """
41
  You are an AI having conversation with a human. Below is an instruction that describes a task.
 
34
 
35
  #Application
36
  #Langchain memory in session cache
37
+ #if 'memory' not in st.session_state:
38
+ #st.session_state.memory = demo_chat.demo_miny_memory()
39
 
40
  system_content = """
41
  You are an AI having conversation with a human. Below is an instruction that describes a task.