awacke1 commited on
Commit
1a0b379
1 Parent(s): 27c4510

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -44,14 +44,14 @@ 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 cancer abnormal cell growth?'],
48
- ['Health', 'What are the top ten health conditions that wellness addresses?'],
49
- ['Medicine', 'What are the AI Healthcare opportunities in medicine?'],
50
- ['Insurance', 'What types of health insurance are available?'],
51
- ['Financial Services', 'With financial services what are the new trends?'],
52
- ['Ontology', 'What is an medical ontology?'],
53
  ['Taxonomy', 'What is a medical taxonomy?'],
54
- ['Prescription', 'What ?']
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
+ ['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)