Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def run_query(file, history, query):
|
|
| 80 |
print('printing result after call back')
|
| 81 |
print(result)
|
| 82 |
|
| 83 |
-
history
|
| 84 |
|
| 85 |
print('printing history')
|
| 86 |
print(history)
|
|
|
|
| 80 |
print('printing result after call back')
|
| 81 |
print(result)
|
| 82 |
|
| 83 |
+
history.append((result, history))
|
| 84 |
|
| 85 |
print('printing history')
|
| 86 |
print(history)
|