dammy commited on
Commit
e78b5ca
·
1 Parent(s): e43725e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def run_query(btn, history, query):
79
  print('printing result after call back')
80
  print(result)
81
  print(history)
82
- history.append((query, result))
83
 
84
 
85
  print('printing history')
 
79
  print('printing result after call back')
80
  print(result)
81
  print(history)
82
+ history.append((query, result[0]))
83
 
84
 
85
  print('printing history')