Pranay25 commited on
Commit
3285eb4
·
verified ·
1 Parent(s): 9081147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "Name__c",
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"