methodw commited on
Commit
ded8264
·
1 Parent(s): 6001755

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