dammy commited on
Commit
3b6be35
·
1 Parent(s): 4627abd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def run_query(btn, history, query):
83
 
84
  print('printing history')
85
  print(history)
86
- return history, ""
87
 
88
 
89
 
 
83
 
84
  print('printing history')
85
  print(history)
86
+ return btn, history, ""
87
 
88
 
89