HaanIlango commited on
Commit
6788193
verified
1 Parent(s): 3a520fc

Update app.py

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