SarowarSaurav commited on
Commit
77169cc
·
verified ·
1 Parent(s): 726ceb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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)",