williambr commited on
Commit
2ac37ec
1 Parent(s): 2a4a781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ context = context + "7-Intervention List of Options\n"
22
  context = context + "8-Quality Measures\n"
23
  context = context + "9-Pathways Available\n"
24
 
25
- with open('WritingCarePlans.txt', 'r') as file:
26
  context = file.read()
27
 
28
  question = "What should be documented in a care plan?"
22
  context = context + "8-Quality Measures\n"
23
  context = context + "9-Pathways Available\n"
24
 
25
+ with open('WritingCarePlan.txt', 'r') as file:
26
  context = file.read()
27
 
28
  question = "What should be documented in a care plan?"