awacke1 commited on
Commit
b50cb56
1 Parent(s): 24426b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -1,8 +1,17 @@
1
  import gradio as gr
2
 
3
- context = "blah blah blah"
 
 
 
 
 
 
 
 
 
4
 
5
- question = "How many blahs?"
6
 
7
  gr.Interface.load(
8
  "huggingface/deepset/roberta-base-squad2",
1
  import gradio as gr
2
 
3
+ context = "What should be documented in a care plan?
4
+ Regardless of what your preferences are, your care plan should include:
5
+ What your assessed care needs are.
6
+ What type of support you should receive.
7
+ Your desired outcomes.
8
+ Who should provide care.
9
+ When care and support should be provided.
10
+ Records of care provided.
11
+ Your wishes and personal preferences.
12
+ The costs of the services."
13
 
14
+ question = "What should be documented in a care plan?"
15
 
16
  gr.Interface.load(
17
  "huggingface/deepset/roberta-base-squad2",