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