methodw commited on
Commit
7df5d7b
·
1 Parent(s): 4313d66

fix html append

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def process_image(image):
96
  </a>
97
  </div>
98
  """
99
- matches.append(html)
100
 
101
  return matches
102
 
 
96
  </a>
97
  </div>
98
  """
99
+ matches += html
100
 
101
  return matches
102