jiax264 commited on
Commit
6bddf8a
·
verified ·
1 Parent(s): 1a4bc5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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's Signature: _______________________ Date: _______________________"
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