Pash1986 commited on
Commit
13ca1b9
·
verified ·
1 Parent(s): 0dc5c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -254,9 +254,14 @@ def create_pdf(images, description, email, company):
254
  width, height = letter
255
  y_position = height
256
 
257
- c.drawString(50, y_position - 30, f"Thanks for participating, {email}! Here are your celeb match results:")
 
 
 
 
 
258
 
259
- c.drawString(50, y_position - 70, "Claude 3 summary of the MongoDB celeb comparison:")
260
 
261
  # Split the description into words
262
  words = description.split()
 
254
  width, height = letter
255
  y_position = height
256
 
257
+ c.drawString(50, y_position - 30, f"Thanks for participating, {email}! ")
258
+
259
+ c.drawString(50, y_position - 50, f"Useful resources : ")
260
+ c.drawString(50, y_position - 70, f"Hugging Face: https://huggingface.co/spaces/MongoDB")
261
+ c.drawString(50, y_position - 90,f"DevCenter Content: https://www.mongodb.com/developer/articles/")
262
+ c.drawString(50, y_position - 120, f"Here are your celeb match results:")
263
 
264
+ c.drawString(50, y_position - 140, f"Vision summary of the MongoDB celeb comparison:")
265
 
266
  # Split the description into words
267
  words = description.split()