Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ ATTRIBUTE_MAPPING = {
|
|
| 78 |
|
| 79 |
# List of product names to match
|
| 80 |
PRODUCT_NAMES = [
|
| 81 |
-
"Fusion", "Agroking",
|
| 82 |
]
|
| 83 |
|
| 84 |
# Salesforce credentials
|
|
|
|
| 78 |
|
| 79 |
# List of product names to match
|
| 80 |
PRODUCT_NAMES = [
|
| 81 |
+
"Fusion", "Agroking", "CG commercial motors", "Jaguar", "Gaurav"
|
| 82 |
]
|
| 83 |
|
| 84 |
# Salesforce credentials
|