Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def generate_pdf(df):
|
|
44 |
actual_time = "\n".join(["Actual Start Time: _____________________________________________________",
|
45 |
"Estimated/Adjusted End Time: ___________________________________________",
|
46 |
"Actual End Time: ______________________________________________________"])
|
47 |
-
proctor = "Proctor
|
48 |
student = "Student Signature: ______________________ Date: _______________________"
|
49 |
|
50 |
# construct the body of the pdf
|
|
|
44 |
actual_time = "\n".join(["Actual Start Time: _____________________________________________________",
|
45 |
"Estimated/Adjusted End Time: ___________________________________________",
|
46 |
"Actual End Time: ______________________________________________________"])
|
47 |
+
proctor = "Proctor Signature: _______________________ Date: _______________________"
|
48 |
student = "Student Signature: ______________________ Date: _______________________"
|
49 |
|
50 |
# construct the body of the pdf
|