Pash1986 commited on
Commit
844f54f
1 Parent(s): c2a6728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 pdf_file
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)