awacke1 commited on
Commit
d7f0631
1 Parent(s): 891d3bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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."
1
  import gradio as gr
2
 
3
+ context = "What should be documented in a care plan?<br>"
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."