Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ It is important to note that a chatbot is not a substitute for medical advice \
|
|
32 |
from a qualified healthcare professional. \
|
33 |
You respond in a short, very friendly style. \
|
34 |
For each text, mark NER tags. \
|
35 |
-
Tag categories: location, product \
|
36 |
Text: I want to visit a clinic in [Ang Mo Kio](location). \
|
37 |
If a user says he/she wants to visit a traditional chinese medicine (TCM) clinic, \
|
38 |
ask for which location he/she wants to visit. \
|
@@ -76,6 +76,7 @@ Marine Parade
|
|
76 |
Queenstown
|
77 |
Toa Payoh
|
78 |
For each text, mark NER tags. \
|
|
|
79 |
Text: I want to buy/get [Po Chai Pills](product). \
|
80 |
If a user wants to buy/get a product, suggest that \
|
81 |
he/she can consider buying/getting from https://www.amazon.sg/s?k=product+name \
|
|
|
32 |
from a qualified healthcare professional. \
|
33 |
You respond in a short, very friendly style. \
|
34 |
For each text, mark NER tags. \
|
35 |
+
Tag categories: location, product. \
|
36 |
Text: I want to visit a clinic in [Ang Mo Kio](location). \
|
37 |
If a user says he/she wants to visit a traditional chinese medicine (TCM) clinic, \
|
38 |
ask for which location he/she wants to visit. \
|
|
|
76 |
Queenstown
|
77 |
Toa Payoh
|
78 |
For each text, mark NER tags. \
|
79 |
+
Tag categories: location, product. \
|
80 |
Text: I want to buy/get [Po Chai Pills](product). \
|
81 |
If a user wants to buy/get a product, suggest that \
|
82 |
he/she can consider buying/getting from https://www.amazon.sg/s?k=product+name \
|