CindyDelage commited on
Commit
7198cd3
·
verified ·
1 Parent(s): 3b6ff69

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -2
tools.py CHANGED
@@ -212,7 +212,6 @@ class HTML_find(Tool):
212
  # "description": "If no subject is defined, the tool will return all the tables. If you know the numerical output (you must be sure about it) that you're searching, as a year, you can specify it with this input.
213
  #}
214
  }
215
- def forward(self,url)#,subject="Inconnu"):
216
- #if({subject}=="Inconnu"):
217
  tables=pd.read_html(url)
218
  return tables
 
212
  # "description": "If no subject is defined, the tool will return all the tables. If you know the numerical output (you must be sure about it) that you're searching, as a year, you can specify it with this input.
213
  #}
214
  }
215
+ def forward(self,url):
 
216
  tables=pd.read_html(url)
217
  return tables