Pash1986 commited on
Commit
851ae98
1 Parent(s): 13ca1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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:")
 
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:")