CindyDelage commited on
Commit
3b6ff69
·
verified ·
1 Parent(s): 8bbe353

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -12,6 +12,7 @@ from bs4 import BeautifulSoup
12
  from pydub import AudioSegment
13
  import numpy as np
14
  from scipy.io import wavfile
 
15
 
16
  class Web_research(Tool):
17
  name="web_search"
 
12
  from pydub import AudioSegment
13
  import numpy as np
14
  from scipy.io import wavfile
15
+ import pandas as pd
16
 
17
  class Web_research(Tool):
18
  name="web_search"