RYU-KASH commited on
Commit
2866ab7
·
verified ·
1 Parent(s): 020927b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import os
2
  os.system("pip install seaborn")
3
  os.system("pip install scikit-learn")
 
 
4
  import numpy as np # linear algebra
5
  import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
6
 
 
1
  import os
2
  os.system("pip install seaborn")
3
  os.system("pip install scikit-learn")
4
+ os.system("pip install whois")
5
+ os.system("pip install googlesearch")
6
  import numpy as np # linear algebra
7
  import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
8