capradeepgujaran commited on
Commit
c1006fa
·
verified ·
1 Parent(s): fdffff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ class CertificateGenerator:
411
 
412
  # Add instructor info
413
  draw.text((60, y_offset + 160), "Instructor", font=fonts['subtitle'], fill='#666666')
414
- draw.text((60, y_offset + 190), "CertifyMe AI", font=fonts['text'], fill='#1C1D1F')
415
 
416
  # Add participant name (large)
417
  name = name.strip() or "Participant"
 
411
 
412
  # Add instructor info
413
  draw.text((60, y_offset + 160), "Instructor", font=fonts['subtitle'], fill='#666666')
414
+ draw.text((60, y_offset + 190), "CA Pradeep Gujaran", font=fonts['text'], fill='#1C1D1F')
415
 
416
  # Add participant name (large)
417
  name = name.strip() or "Participant"