awacke1 commited on
Commit
5e765b3
1 Parent(s): 53b357e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -22,6 +22,9 @@ context = context + "7-Intervention List of Options\n"
22
  context = context + "8-Quality Measures\n"
23
  context = context + "9-Pathways Available\n"
24
 
 
 
 
25
  question = "What should be documented in a care plan?"
26
 
27
  gr.Interface.load(
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?"
29
 
30
  gr.Interface.load(