maringetxway commited on
Commit
b79bd52
·
verified ·
1 Parent(s): 5e3d53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from PIL import Image, ImageDraw, ImageFont
3
 
4
  def generate_certificate(name):
5
  # Load certificate template (you can replace this with your own image)
6
- certificate = Image.open("certificate_template.png")
7
  draw = ImageDraw.Draw(certificate)
8
 
9
  # Use a nice script font (Luxurious Script or similar)
 
3
 
4
  def generate_certificate(name):
5
  # Load certificate template (you can replace this with your own image)
6
+ certificate = Image.open("certificate_winners.png")
7
  draw = ImageDraw.Draw(certificate)
8
 
9
  # Use a nice script font (Luxurious Script or similar)