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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,8 +1,8 @@
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."
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."
8
  context = context + "Who should provide care."