Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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
|