Spaces:
Build error
Build error
Update app.py
Browse files
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('
|
| 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?"
|