arithescientist commited on
Commit
e84e3a8
·
verified ·
1 Parent(s): 0402ae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = []