Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,7 @@ def record_participant(email, company, description, images):
|
|
| 244 |
|
| 245 |
# Create PDF after recording participant
|
| 246 |
qr_image = create_pdf(images, description, email, company)
|
| 247 |
-
return
|
| 248 |
|
| 249 |
def create_pdf(images, description, email, company):
|
| 250 |
print(images)
|
|
|
|
| 244 |
|
| 245 |
# Create PDF after recording participant
|
| 246 |
qr_image = create_pdf(images, description, email, company)
|
| 247 |
+
return qr_image
|
| 248 |
|
| 249 |
def create_pdf(images, description, email, company):
|
| 250 |
print(images)
|