Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,17 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
context = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
-
question = "
|
6 |
|
7 |
gr.Interface.load(
|
8 |
"huggingface/deepset/roberta-base-squad2",
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
context = "What should be documented in a care plan?
|
4 |
+
Regardless of what your preferences are, your care plan should include:
|
5 |
+
What your assessed care needs are.
|
6 |
+
What type of support you should receive.
|
7 |
+
Your desired outcomes.
|
8 |
+
Who should provide care.
|
9 |
+
When care and support should be provided.
|
10 |
+
Records of care provided.
|
11 |
+
Your wishes and personal preferences.
|
12 |
+
The costs of the services."
|
13 |
|
14 |
+
question = "What should be documented in a care plan?"
|
15 |
|
16 |
gr.Interface.load(
|
17 |
"huggingface/deepset/roberta-base-squad2",
|