AiWicked commited on
Commit
8435b8a
·
verified ·
1 Parent(s): 80aa644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def count_words(text: str) -> str:
27
  result = count_words("Hello world! This is an AI agent tool.")
28
  print(result)
29
 
30
- The text contains 7 words.
31
 
32
 
33
  @tool
 
27
  result = count_words("Hello world! This is an AI agent tool.")
28
  print(result)
29
 
30
+
31
 
32
 
33
  @tool