Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
|
8 |
def findMismatchedStudents(file):
|
9 |
# Use the corrected path
|
10 |
-
base_dir = os.
|
11 |
|
12 |
# Construct file paths
|
13 |
csvFileName = os.path.join(base_dir, "attendance.csv")
|
|
|
7 |
|
8 |
def findMismatchedStudents(file):
|
9 |
# Use the corrected path
|
10 |
+
base_dir = os.getcwd()+"/processAttendance"
|
11 |
|
12 |
# Construct file paths
|
13 |
csvFileName = os.path.join(base_dir, "attendance.csv")
|