tferhan commited on
Commit
bf95cbd
·
verified ·
1 Parent(s): 47cdeb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) : must contain the domain name data.gov.ma if not return a message warning the user.
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
  """