Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|