Update app.py
Browse files
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 |
|