Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
efc7130
1
Parent(s):
70fc332
add print text string
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -149,7 +149,7 @@ async def get_agent():
|
|
149 |
def extract_tags_from_text(text: str) -> List[str]:
|
150 |
|
151 |
g_payload.append(text)
|
152 |
-
|
153 |
"""Extract potential tags from discussion text"""
|
154 |
text_lower = text.lower()
|
155 |
|
|
|
149 |
def extract_tags_from_text(text: str) -> List[str]:
|
150 |
|
151 |
g_payload.append(text)
|
152 |
+
print("Tag string: %s", text )
|
153 |
"""Extract potential tags from discussion text"""
|
154 |
text_lower = text.lower()
|
155 |
|