SarowarSaurav commited on
Commit
9ac2214
1 Parent(s): 90c2fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ import difflib
4
  # Define the knowledge base as a dictionary
5
  knowledge_base = {
6
  "USP" : "Unique Selling Point",
 
 
7
  "SOP": "Sales Operations Planning / Standard Operational Procedure / Start of Production",
8
  "NTO": "Net Turnover",
9
  "D&A": "Data & Analytics",
 
4
  # Define the knowledge base as a dictionary
5
  knowledge_base = {
6
  "USP" : "Unique Selling Point",
7
+ "CDP" : "Citizen Development Program",
8
+ "CDA" : "Citizen Development Analytics Program",
9
  "SOP": "Sales Operations Planning / Standard Operational Procedure / Start of Production",
10
  "NTO": "Net Turnover",
11
  "D&A": "Data & Analytics",