teaevo commited on
Commit
bca1200
·
1 Parent(s): 6931a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def chat(input, history=[]):
97
  return response, history
98
 
99
 
100
- def sqlquery(input, history[]):
101
 
102
  #global conversation_history
103
 
 
97
  return response, history
98
 
99
 
100
+ def sqlquery(input, history=[]):
101
 
102
  #global conversation_history
103