adil9858 commited on
Commit
17f4390
·
verified ·
1 Parent(s): 6da7753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -14,17 +14,19 @@ PASSWORD = "ma_12345" # Replace with your desired password
14
  METADATA = {
15
  "Employee Names": [
16
  "Ubaid Bashir", "Shoaib Ahmad", "Rumaan Hassan Alamgeer",
17
- "Sana Sanaullah", "Aafreen Mushtaq", "Andleeb Gul","Irtika"
18
  ],
19
  "Project Names": [
20
- "ICCL", "Reston", "BAC","Stormwater", "NISA Engineering",
21
- "Paramount", "Preng", "Misc.", "Marketing"
22
  ],
23
  "Project Codes": [
24
- "US 001", "US 003", "US 004", "US 005", "US 006", 'US 008',"IND 001", "IND 007","US 010"
 
25
  ]
26
  }
27
 
 
28
  # Load timecard data from SheetDB
29
  def load_data():
30
  response = requests.get(SHEETDB_API_URL_TIMECARD)
 
14
  METADATA = {
15
  "Employee Names": [
16
  "Ubaid Bashir", "Shoaib Ahmad", "Rumaan Hassan Alamgeer",
17
+ "Sana Sanaullah", "Aafreen Mushtaq", "Andleeb Gul", "Irtika"
18
  ],
19
  "Project Names": [
20
+ "ICCL", "Reston", "Clermont", "Dale", "Pulaski", "NISA",
21
+ "BAC", "Church", "Bishop", "Paramount", "Preng", "Misc.", "Marketing"
22
  ],
23
  "Project Codes": [
24
+ "US 001", "US 003", "US 004", "US 005", "US 006", "US 007",
25
+ "US 008", "US 009", "US 010", "IND 001", "IND 007", "IND 008", "US 011"
26
  ]
27
  }
28
 
29
+
30
  # Load timecard data from SheetDB
31
  def load_data():
32
  response = requests.get(SHEETDB_API_URL_TIMECARD)