awacke1 commited on
Commit
1191ca2
1 Parent(s): b50cb56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -1,15 +1,15 @@
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
 
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."
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
  question = "What should be documented in a care plan?"
15