Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,10 @@ import difflib
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
-
|
|
|
|
|
|
|
7 |
"3GGT" : "The 3 Great Growth Things",
|
8 |
"3PL" : "3rd Party Logistics",
|
9 |
"4 Cast" : "Estimating market share (replaced STM)",
|
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
+
"TO": "Territory Officer",
|
7 |
+
"ARM" : "Area Manager",
|
8 |
+
"TSO": "Territory Sales Officer",
|
9 |
+
"EO":"Equipment Owner",
|
10 |
"3GGT" : "The 3 Great Growth Things",
|
11 |
"3PL" : "3rd Party Logistics",
|
12 |
"4 Cast" : "Estimating market share (replaced STM)",
|