GirishKiran commited on
Commit
e39a61d
1 Parent(s): 60e9319

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def ask_me(self, p, q, r , ll_index_name=None, ll_sign_in_member=None):
295
 
296
  ll_sign_in_member = q
297
 
298
- px = f'My name is {ll_sign_in_member}, and I want answer to the following: {p} , if you haven\'t found {ll_sign_in_member} , Just say i don\'t have much information on this.'
299
  print("##### " + px)
300
  resp = ll_engine.query(px)
301
 
@@ -327,6 +327,7 @@ arti = '''
327
  </ul>
328
  '''
329
  exp = [
 
330
  ['How is my plan changing'],
331
  ['Is my current Rx covered in the new plan?'],
332
  ['Is my current Doctor still in-network?'],
 
295
 
296
  ll_sign_in_member = q
297
 
298
+ px = f'My name is {ll_sign_in_member}, and I want answer to the following: {p}.'
299
  print("##### " + px)
300
  resp = ll_engine.query(px)
301
 
 
327
  </ul>
328
  '''
329
  exp = [
330
+ ['What is my name?'],
331
  ['How is my plan changing'],
332
  ['Is my current Rx covered in the new plan?'],
333
  ['Is my current Doctor still in-network?'],