SarowarSaurav commited on
Commit
80a59d3
·
verified ·
1 Parent(s): 2e2670c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -3,6 +3,14 @@ import difflib
3
 
4
  # Define the knowledge base as a dictionary
5
  knowledge_base = {
 
 
 
 
 
 
 
 
6
  "POS": "Point of Sales",
7
  "POSM": "Point of Sales Material",
8
  "PMM": "Permanent Merchandising Material",
@@ -3644,7 +3652,6 @@ knowledge_base = {
3644
  "VAA" : "Value Adding Activity",
3645
  "VAT" : "Value Added Tax - Vendor Acceptance Testing / Value Added Tax / Value Added Tax (/ sales tax)",
3646
  "VAX" : "(Fictitious Project Name)",
3647
- "VBB" : "Valuable Business Partner",
3648
  "VC" : "Volume Classification / Visual Controls",
3649
  "VCF" : "Vendor Creation Form",
3650
  "VE09" : "C.A. Cigarrera Bigott Sucs - Valencia",
@@ -3690,6 +3697,7 @@ knowledge_base = {
3690
  "WHA" : "World Health Assembly",
3691
  "WHO" : "World Health Organisation",
3692
  "WHT" : "Withholding Tax",
 
3693
  "WIC" : "World Investment Co Ltd",
3694
  "WIP" : "Work in progress",
3695
  "WITCO" : "West Indian Tobacco Company",
 
3
 
4
  # Define the knowledge base as a dictionary
5
  knowledge_base = {
6
+ "PFP":"Pay for Performance",
7
+ "HORECA":"Hotel,Restaurants,Cafe",
8
+ "GT" : "General Trade",
9
+ "TLP":"Trade Loyalty Platform",
10
+ "MVP":"Most Valued Partners",
11
+ "VP":"Valued Partners",
12
+ "P":"Partners",
13
+ "OMR":"Open Market Rate",
14
  "POS": "Point of Sales",
15
  "POSM": "Point of Sales Material",
16
  "PMM": "Permanent Merchandising Material",
 
3652
  "VAA" : "Value Adding Activity",
3653
  "VAT" : "Value Added Tax - Vendor Acceptance Testing / Value Added Tax / Value Added Tax (/ sales tax)",
3654
  "VAX" : "(Fictitious Project Name)",
 
3655
  "VC" : "Volume Classification / Visual Controls",
3656
  "VCF" : "Vendor Creation Form",
3657
  "VE09" : "C.A. Cigarrera Bigott Sucs - Valencia",
 
3697
  "WHA" : "World Health Assembly",
3698
  "WHO" : "World Health Organisation",
3699
  "WHT" : "Withholding Tax",
3700
+ "CO":"Computer Operator",
3701
  "WIC" : "World Investment Co Ltd",
3702
  "WIP" : "Work in progress",
3703
  "WITCO" : "West Indian Tobacco Company",