Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import difflib
|
|
| 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",
|
|
|
|
| 4 |
# Define the knowledge base as a dictionary
|
| 5 |
knowledge_base = {
|
| 6 |
"CDA" : "Citizen Development Program",
|
| 7 |
+
"TIME" : "Technical Infastructure Modernization Exercise",
|
| 8 |
"CDP" : "Citizen Development Program",
|
| 9 |
"ITSC" : "IT Service Continuity",
|
| 10 |
"GMAA" : "GMs Accountability Audit",
|