Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
context = "What should be documented in a care plan
|
4 |
-
context = context + "Regardless of what your preferences are, your care plan should include
|
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."
|
@@ -11,7 +11,8 @@ 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 + "
|
|
|
15 |
context = context + "2-Problems as evidenced by Signs of Systems"
|
16 |
context = context + "3-Assessment of Needs"
|
17 |
context = context + "4-Questions"
|
|
|
1 |
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."
|
|
|
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"
|