dammy commited on
Commit
d68f51a
·
1 Parent(s): b24f482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -80,8 +80,6 @@ def run_query(btn, history, query):
80
  print('printing result after call back')
81
  print(result)
82
 
83
- result = 'deniz'
84
- print(history)
85
  history.append((query, result))
86
 
87
 
 
80
  print('printing result after call back')
81
  print(result)
82
 
 
 
83
  history.append((query, result))
84
 
85