Spaces:
Build error
Build error
Update app.py
#1
by
itspiyush
- opened
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>
|
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>"
|