Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def upload():
24
  # Process the image using your attendance model
25
  data = predict_and_show(file)
26
 
27
- html_content = "<html><body><h1>Uploaded Items</h1><ul>"
28
  for item in data:
29
  html_content += f"<li>{item}</li>"
30
  html_content += "</ul></body></html>"
 
24
  # Process the image using your attendance model
25
  data = predict_and_show(file)
26
 
27
+ html_content = "<html><body><h1>Attendance Report</h1><ul>"
28
  for item in data:
29
  html_content += f"<li>{item}</li>"
30
  html_content += "</ul></body></html>"