Update app.py
Browse files
app.py
CHANGED
@@ -71,11 +71,11 @@ def run_query(btn, history, query):
|
|
71 |
|
72 |
|
73 |
# context = get_context(query, collection)
|
74 |
-
|
75 |
|
76 |
print('calling local query')
|
77 |
-
|
78 |
-
|
79 |
print('printing result after call back')
|
80 |
print(result)
|
81 |
print(history)
|
|
|
71 |
|
72 |
|
73 |
# context = get_context(query, collection)
|
74 |
+
context = 'heleleoeppepepppepepe'
|
75 |
|
76 |
print('calling local query')
|
77 |
+
result = local_query(query, context)
|
78 |
+
|
79 |
print('printing result after call back')
|
80 |
print(result)
|
81 |
print(history)
|