Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import difflib
|
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
"AM" : "Area Manager",
|
7 |
-
"ASM" : "Area Senior Manager",
|
8 |
"ARM" : "Area Manager",
|
9 |
"TSO": "Territory Sales Officer",
|
10 |
"EO":"Equipment Owner",
|
@@ -96,7 +95,7 @@ knowledge_base = {
|
|
96 |
"AS" : "Ageing Study",
|
97 |
"ASH" : "Action on Smoking / Health / Action on Smoking Health / Action on Smoking and Health",
|
98 |
"ASI" : "Account Strategic Importance",
|
99 |
-
"ASM" : "Area Sales Manager",
|
100 |
"ASMO" : "Area Sales / Marketing Office",
|
101 |
"ASN" : "Advanced Ship Notice",
|
102 |
"ASO" : "Adult Smokers Over",
|
|
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
"AM" : "Area Manager",
|
|
|
7 |
"ARM" : "Area Manager",
|
8 |
"TSO": "Territory Sales Officer",
|
9 |
"EO":"Equipment Owner",
|
|
|
95 |
"AS" : "Ageing Study",
|
96 |
"ASH" : "Action on Smoking / Health / Action on Smoking Health / Action on Smoking and Health",
|
97 |
"ASI" : "Account Strategic Importance",
|
98 |
+
"ASM" : "Area Sales Manager / Area Senior Manager",
|
99 |
"ASMO" : "Area Sales / Marketing Office",
|
100 |
"ASN" : "Advanced Ship Notice",
|
101 |
"ASO" : "Adult Smokers Over",
|