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