Spaces:
Sleeping
Sleeping
Commit
·
098920e
1
Parent(s):
eca7f7b
Make chat examples dict, HF spaces gradio caching error
Browse files
app.py
CHANGED
@@ -21,10 +21,12 @@ for accurate and up-to-date information.
|
|
21 |
"""
|
22 |
|
23 |
examples = [
|
24 |
-
"When can I take a module on medical statistics?",
|
25 |
-
"What are the prerequisites for taking Supervised Learning?",
|
26 |
-
|
27 |
-
|
|
|
|
|
28 |
]
|
29 |
|
30 |
|
|
|
21 |
"""
|
22 |
|
23 |
examples = [
|
24 |
+
{"text": "When can I take a module on medical statistics?"},
|
25 |
+
{"text": "What are the prerequisites for taking Supervised Learning?"},
|
26 |
+
{
|
27 |
+
"text": "What is the difference between the two modules on Trauma for \
|
28 |
+
paediatric dentistry?"
|
29 |
+
},
|
30 |
]
|
31 |
|
32 |
|