Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -570,6 +570,14 @@ def analyze(pil_image, overlay_strength):
|
|
| 570 |
"not a substitute for live user testing."
|
| 571 |
)
|
| 572 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 573 |
return Image.fromarray(overlay_rgb), chart_image, summary
|
| 574 |
|
| 575 |
|
|
|
|
| 570 |
"not a substitute for live user testing."
|
| 571 |
)
|
| 572 |
|
| 573 |
+
summary += (
|
| 574 |
+
"\n\n---\n"
|
| 575 |
+
"**Want these issues fixed by a professional?** I'm Haan, a brand identity "
|
| 576 |
+
"and visual designer with 12+ years of experience - I can take these findings "
|
| 577 |
+
"and turn them into a polished, high-converting design.\n\n"
|
| 578 |
+
"[Visit haanilango.com](https://www.haanilango.com) 路 Tel: +65 9027 2070"
|
| 579 |
+
)
|
| 580 |
+
|
| 581 |
return Image.fromarray(overlay_rgb), chart_image, summary
|
| 582 |
|
| 583 |
|