Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
48 |
-
['Health', 'What
|
49 |
-
['Medicine', '
|
50 |
-
['Insurance', 'What
|
51 |
-
['Financial Services', '
|
52 |
-
['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)
|