Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import pandas as pd
|
|
| 8 |
|
| 9 |
# Attribute mappings: readable names to Salesforce API names
|
| 10 |
ATTRIBUTE_MAPPING = {
|
| 11 |
-
"Name": "
|
| 12 |
"Age": "Age__c",
|
| 13 |
"Gender": "Gender__c",
|
| 14 |
"Phone Number": "Phone_Number__c"
|
|
|
|
| 8 |
|
| 9 |
# Attribute mappings: readable names to Salesforce API names
|
| 10 |
ATTRIBUTE_MAPPING = {
|
| 11 |
+
"Name": "Patient_Name__c",
|
| 12 |
"Age": "Age__c",
|
| 13 |
"Gender": "Gender__c",
|
| 14 |
"Phone Number": "Phone_Number__c"
|