Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -42,7 +42,7 @@ def process_tags_chat(search_results):
|
|
42 |
filtered_links = []
|
43 |
if relevant_links:
|
44 |
# Limitar a solo dos tags
|
45 |
-
tag_list = ["rld 0", "rld 1", "
|
46 |
for link in relevant_links:
|
47 |
if any(tag in link for tag in tag_list):
|
48 |
tags_detected.append(link) # Guardar el tag pero no mostrarlo
|
|
|
42 |
filtered_links = []
|
43 |
if relevant_links:
|
44 |
# Limitar a solo dos tags
|
45 |
+
tag_list = ["rld 0", "rld 1", "rld 2"] # Ajusta estos tags según tus necesidades
|
46 |
for link in relevant_links:
|
47 |
if any(tag in link for tag in tag_list):
|
48 |
tags_detected.append(link) # Guardar el tag pero no mostrarlo
|