awacke1 commited on
Commit
01e2624
1 Parent(s): 1a0b379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -44,14 +44,13 @@ examples = [
44
  ['Alzheimers', 'What causes alzheimers?'],
45
  ['Neuropathy', 'With neuropathy and neuro-muskoskeletal issues, and what are the treatments available?'],
46
  ['Chemotherapy', 'What are possible care options for patients in chemotherapy?'],
47
- ['Cancer', 'What causes abnormal cell growth?'],
48
  ['Health', 'What is mindfulness and how does it affect health?'],
49
  ['Medicine', 'In medicine what is the Hippocratic Oath?'],
50
  ['Insurance', 'What is Medicare?'],
51
  ['Financial Services', 'Does Medicaid offer financial assistance?'],
52
- ['Ontology', 'Why is an ontology different than a taxonomy?'],
53
- ['Taxonomy', 'What is a medical taxonomy?'],
54
- ['Prescription', 'What does a pharmacist do?']
55
  ]
56
 
57
  gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article, examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "strongly unrelated"]).launch(share=False,enable_queue=False)
 
44
  ['Alzheimers', 'What causes alzheimers?'],
45
  ['Neuropathy', 'With neuropathy and neuro-muskoskeletal issues, and what are the treatments available?'],
46
  ['Chemotherapy', 'What are possible care options for patients in chemotherapy?'],
 
47
  ['Health', 'What is mindfulness and how does it affect health?'],
48
  ['Medicine', 'In medicine what is the Hippocratic Oath?'],
49
  ['Insurance', 'What is Medicare?'],
50
  ['Financial Services', 'Does Medicaid offer financial assistance?'],
51
+ ['Ontology', 'Why is an anthology different than ontology?'],
52
+ ['Taxonomy', 'What is a biology taxonomy?'],
53
+ ['Pharmacy', 'What does a pharmacist do?']
54
  ]
55
 
56
  gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article, examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "strongly unrelated"]).launch(share=False,enable_queue=False)