PrashanthB461 commited on
Commit
3e3c269
·
verified ·
1 Parent(s): cfa3583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ HF_API_TOKEN = os.getenv("HUGGINGFACE_API_TOKEN")
37
  # Salesforce configuration
38
  SF_CREDENTIALS = {
39
  "username": "smartlabour@attendance.system",
40
- "password": "#Prashanth@123",
41
  "security_token": "pasQDqmWApzD0skgbv76gVgIs",
42
  "domain": "login"
43
  }
 
37
  # Salesforce configuration
38
  SF_CREDENTIALS = {
39
  "username": "smartlabour@attendance.system",
40
+ "password": "#Prashanth@1234",
41
  "security_token": "pasQDqmWApzD0skgbv76gVgIs",
42
  "domain": "login"
43
  }