Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def my_custom_tool(text:str, arg2:int)-> str: #it's import to specify the return
|
|
| 31 |
topic_words = ' '.join(topic_words)
|
| 32 |
|
| 33 |
except Exception as e:
|
| 34 |
-
return f"Error fetching the topic of the text
|
| 35 |
|
| 36 |
return "Here is the topic of the text: ", topic_words
|
| 37 |
|
|
|
|
| 31 |
topic_words = ' '.join(topic_words)
|
| 32 |
|
| 33 |
except Exception as e:
|
| 34 |
+
return f"Error fetching the topic of the text"
|
| 35 |
|
| 36 |
return "Here is the topic of the text: ", topic_words
|
| 37 |
|