Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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), "
|
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"
|