Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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}!
|
|
|
|
|
|
|
|
|
|
|
258 |
|
259 |
-
c.drawString(50, y_position -
|
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()
|