Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,9 @@ title = "AI Wikipedia Search"
|
|
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?'],
|
|
|
41 |
description = 'Contextual Question and Answer'
|
42 |
article = ''
|
43 |
examples = [
|
44 |
+
['Quantum', 'What is quanta in physics?'],
|
45 |
+
['Virtual reality', 'What is VR and how is it different from Augmented reality?'],
|
46 |
+
['Cicero', 'What quotes did Marcus Tullius Cicero make?'],
|
47 |
['Alzheimers', 'What causes alzheimers?'],
|
48 |
['Neuropathy', 'With neuropathy and neuro-muskoskeletal issues, and what are the treatments available?'],
|
49 |
['Chemotherapy', 'What are possible care options for patients in chemotherapy?'],
|