Yash goyal commited on
Commit
dacbe5a
·
verified ·
1 Parent(s): bf34f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def generate_pdf(report, filepath):
207
  c.drawImage(LOGO_PATH, 67, y-23, width=46, height=46, preserveAspectRatio=True, mask='auto')
208
  c.setFont("Helvetica-Bold", 22)
209
  c.setFillColor(colors.Color(0.2, 0.2, 0.2, alpha=1))
210
- c.drawCentredString(width / 2, y + 5, "Medical Diagnosis Report")
211
  c.setFont("Helvetica", 11)
212
  c.setFillColor(colors.Color(0.5, 0.5, 0.5, alpha=1))
213
  c.drawCentredString(width / 2, y - 15, "Dermatological Analysis")
 
207
  c.drawImage(LOGO_PATH, 67, y-23, width=46, height=46, preserveAspectRatio=True, mask='auto')
208
  c.setFont("Helvetica-Bold", 22)
209
  c.setFillColor(colors.Color(0.2, 0.2, 0.2, alpha=1))
210
+ c.drawCentredString(width / 2, y + 5, "SnapSkin Diagnosis Report")
211
  c.setFont("Helvetica", 11)
212
  c.setFillColor(colors.Color(0.5, 0.5, 0.5, alpha=1))
213
  c.drawCentredString(width / 2, y - 15, "Dermatological Analysis")