Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ def create_pdf(images, description, email, company):
|
|
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 |
-
|
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:")
|
|
|
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:")
|