Update app.py
Browse files
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(
|