Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
methodw
/
xbgp
like
0
Running
App
Files
Files
methodw
commited on
Nov 21, 2023
Commit
ded8264
·
1 Parent(s):
6001755
fix html append
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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