SarowarSaurav
commited on
Commit
•
621b56c
1
Parent(s):
2ba3680
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import difflib
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
|
|
|
|
6 |
"ITSC" : "IT Service Continuity",
|
7 |
"GMAA" : "GMs Accountability Audit",
|
8 |
"GBCM" : "Global Business Continuity Management",
|
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
+
"CDA" : "Citizen Development Program",
|
7 |
+
"CDP" : "Citizen Development Program",
|
8 |
"ITSC" : "IT Service Continuity",
|
9 |
"GMAA" : "GMs Accountability Audit",
|
10 |
"GBCM" : "Global Business Continuity Management",
|