dammy commited on
Commit
188347f
·
1 Parent(s): 6e8e5b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.append((result, history))
84
 
85
  print('printing history')
86
  print(history)
 
80
  print('printing result after call back')
81
  print(result)
82
 
83
+ history = history.append(result)
84
 
85
  print('printing history')
86
  print(history)