Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,8 @@ def run_query(btn, history, query):
|
|
74 |
|
75 |
|
76 |
|
77 |
-
context = get_context(query, collection)
|
78 |
-
|
79 |
|
80 |
print('calling local query')
|
81 |
result = local_query(query, context)
|
|
|
74 |
|
75 |
|
76 |
|
77 |
+
# context = get_context(query, collection)
|
78 |
+
context = 'My name is damla'
|
79 |
|
80 |
print('calling local query')
|
81 |
result = local_query(query, context)
|