joefarrington commited on
Commit
098920e
·
1 Parent(s): eca7f7b

Make chat examples dict, HF spaces gradio caching error

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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
- "What is the difference between the two modules on Trauma for \
27
- paediatric dentistry?",
 
 
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