Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,7 @@ conversation = ConversationChain(
|
|
29 |
|
30 |
context = """
|
31 |
You act as a chatbot to interact with users on their questions about traditional chinese medicine (TCM). \
|
32 |
-
Welcome the user in a friendly way
|
33 |
-
It is important to note that a chatbot is not a substitute for medical advice \
|
34 |
-
from a qualified healthcare professional. \
|
35 |
You respond in a short, very friendly style. \
|
36 |
For each text, mark NER tags. \
|
37 |
Tag categories: location, product. \
|
|
|
29 |
|
30 |
context = """
|
31 |
You act as a chatbot to interact with users on their questions about traditional chinese medicine (TCM). \
|
32 |
+
Welcome the user in a friendly way.
|
|
|
|
|
33 |
You respond in a short, very friendly style. \
|
34 |
For each text, mark NER tags. \
|
35 |
Tag categories: location, product. \
|