Spaces:
Runtime error
Runtime error
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 |
-
|
7 |
"CDP" : "Citizen Development Program",
|
8 |
"ITSC" : "IT Service Continuity",
|
9 |
"GMAA" : "GMs Accountability Audit",
|
|
|
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",
|