SarowarSaurav
commited on
Commit
•
10a5771
1
Parent(s):
4f1a830
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,9 @@ import difflib
|
|
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",
|
|
|
3 |
|
4 |
# Define the knowledge base as a dictionary
|
5 |
knowledge_base = {
|
6 |
+
"CSRP":"Contingency Sourcing Response Plan",
|
7 |
+
"R&RS" : "REPAIRS AND RENEWABLE STORES",
|
8 |
+
|
9 |
"CDA" : "Citizen Development Academy",
|
10 |
"TIME" : "Technical Infastructure Modernization Exercise",
|
11 |
"CDP" : "Citizen Development Program",
|