suriya7 commited on
Commit
d91a982
·
verified ·
1 Parent(s): 94d0179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ st.session_state['history'] = []
48
  if 'message' not in st.session_state:
49
  st.session_state['message'] = ['Hey There! How Can I Assist You']
50
 
51
- st.session_state['past'] = []
52
 
53
 
54
  # Create containers for chat history and user input
 
48
  if 'message' not in st.session_state:
49
  st.session_state['message'] = ['Hey There! How Can I Assist You']
50
 
51
+ st.session_state['past'] = [" "]
52
 
53
 
54
  # Create containers for chat history and user input