Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
f5ebd9e
1
Parent(s):
f02a9c3
printing new_valid_tags
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -186,6 +186,7 @@ def extract_tags_from_text(text: str) -> List[str]:
|
|
186 |
|
187 |
for item in valid_tags:
|
188 |
new_valid_tags.append(item.replace("'", '"'))
|
|
|
189 |
valid_tags = new_valid_tags
|
190 |
print(f"valid tags: {valid_tags}")
|
191 |
return valid_tags
|
|
|
186 |
|
187 |
for item in valid_tags:
|
188 |
new_valid_tags.append(item.replace("'", '"'))
|
189 |
+
print(f"new_valid_tags: {new_valid_tags}")
|
190 |
valid_tags = new_valid_tags
|
191 |
print(f"valid tags: {valid_tags}")
|
192 |
return valid_tags
|