Yash goyal commited on
Update app.py
Browse files
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, "
|
| 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")
|