Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,17 +41,17 @@ title = "AI Wikipedia Search"
|
|
| 41 |
description = 'Contextual Question and Answer'
|
| 42 |
article = ''
|
| 43 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
['Health', 'What are the top ten health conditions that wellness addresses?'],
|
| 45 |
['Medicine', 'What are the AI Healthcare opportunities in medicine?'],
|
| 46 |
['Insurance', 'What types of health insurance are available?'],
|
| 47 |
['Financial Services', 'With financial services what are the new trends?'],
|
| 48 |
-
['
|
| 49 |
-
['
|
| 50 |
-
['
|
| 51 |
-
['Chemotherapy', 'What are possible care options for patients in chemotherapy?'],
|
| 52 |
-
['Ontology', 'What is an ontology?'],
|
| 53 |
-
['Taxonomy', 'What is a taxonomy?'],
|
| 54 |
-
['Prescription', 'What are online stores or applications that I can get a prescription filled and delivered?']
|
| 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)
|
|
|
|
| 41 |
description = 'Contextual Question and Answer'
|
| 42 |
article = ''
|
| 43 |
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)
|