Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ analyze_data = StructuredTool.from_function(
|
|
50 |
description = """
|
51 |
Extract and analyze and summarize data from a given url.
|
52 |
Parameters :
|
53 |
-
- url (string) :
|
54 |
Returns :
|
55 |
- string : A summary about the data extracted and some insights about it in french obligatory.
|
56 |
"""
|
|
|
50 |
description = """
|
51 |
Extract and analyze and summarize data from a given url.
|
52 |
Parameters :
|
53 |
+
- url (string) : the url given by the user.
|
54 |
Returns :
|
55 |
- string : A summary about the data extracted and some insights about it in french obligatory.
|
56 |
"""
|