apple muncy commited on
Commit
efc7130
·
1 Parent(s): 70fc332

add print text string

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
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