awacke1 commited on
Commit
3c5cd97
1 Parent(s): 2219446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -18
app.py CHANGED
@@ -2,25 +2,25 @@ import gradio as gr
2
 
3
  context = "What should be documented in a care plan?\n"
4
  context = context + "Regardless of what your preferences are, your care plan should include:\n"
5
- context = context + "What your assessed care needs are./n"
6
- context = context + "What type of support you should receive."
7
- context = context + "Your desired outcomes."
8
- context = context + "Who should provide care."
9
- context = context + "When care and support should be provided."
10
- context = context + "Records of care provided."
11
- context = context + "Your wishes and personal preferences."
12
- context = context + "The costs of the services."
13
 
14
- context = context + "Dimensions"
15
- context = context + "1-Ontology of Plan"
16
- context = context + "2-Problems as evidenced by Signs of Systems"
17
- context = context + "3-Assessment of Needs"
18
- context = context + "4-Questions"
19
- context = context + "5-Goals"
20
- context = context + "6-Knowledge-Behavior-Status Quality Measures"
21
- context = context + "7-Intervention List of Options"
22
- context = context + "8-Quality Measures"
23
- context = context + "9-Pathways Available"
24
 
25
  question = "What should be documented in a care plan?"
26
 
2
 
3
  context = "What should be documented in a care plan?\n"
4
  context = context + "Regardless of what your preferences are, your care plan should include:\n"
5
+ context = context + "What your assessed care needs are.\n"
6
+ context = context + "What type of support you should receive.\n"
7
+ context = context + "Your desired outcomes.\n"
8
+ context = context + "Who should provide care.\n"
9
+ context = context + "When care and support should be provided.\n"
10
+ context = context + "Records of care provided.\n"
11
+ context = context + "Your wishes and personal preferences.\n"
12
+ context = context + "The costs of the services.\n"
13
 
14
+ context = context + "Dimensions\n"
15
+ context = context + "1-Ontology of Plan\n"
16
+ context = context + "2-Problems as evidenced by Signs of Systems\n"
17
+ context = context + "3-Assessment of Needs\n"
18
+ context = context + "4-Questions\n"
19
+ context = context + "5-Goals\n"
20
+ context = context + "6-Knowledge-Behavior-Status Quality Measures\n"
21
+ context = context + "7-Intervention List of Options\n"
22
+ context = context + "8-Quality Measures\n"
23
+ context = context + "9-Pathways Available\n"
24
 
25
  question = "What should be documented in a care plan?"
26