Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import torch
|
|
8 |
import sqlparse
|
9 |
import logging
|
10 |
|
|
|
11 |
# Initialize conversation history
|
12 |
if 'history' not in st.session_state:
|
13 |
st.session_state.history = []
|
|
|
8 |
import sqlparse
|
9 |
import logging
|
10 |
|
11 |
+
|
12 |
# Initialize conversation history
|
13 |
if 'history' not in st.session_state:
|
14 |
st.session_state.history = []
|