dammy commited on
Commit
a8c254b
·
1 Parent(s): cbca0a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # result = local_query(query, context)
78
- result = 'heleleoeppepepppepepe'
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)