Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ def main():
|
|
224 |
|
225 |
# Initialize session state variables
|
226 |
if 'chat_history' not in st.session_state:
|
227 |
-
|
228 |
|
229 |
|
230 |
|
|
|
224 |
|
225 |
# Initialize session state variables
|
226 |
if 'chat_history' not in st.session_state:
|
227 |
+
st.session_state['chat_history'] = []
|
228 |
|
229 |
|
230 |
|