Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import difflib
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
-
"CDA" : "Citizen Development
|
7 |
"TIME" : "Technical Infastructure Modernization Exercise",
|
8 |
"CDP" : "Citizen Development Program",
|
9 |
"ITSC" : "IT Service Continuity",
|
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
+
"CDA" : "Citizen Development Academy",
|
7 |
"TIME" : "Technical Infastructure Modernization Exercise",
|
8 |
"CDP" : "Citizen Development Program",
|
9 |
"ITSC" : "IT Service Continuity",
|