Michelangiolo commited on
Commit
af79a7d
·
1 Parent(s): 134f875
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  os.system('pip install openpyxl')
 
3
  from sklearn.neighbors import NearestNeighbors
4
  import numpy as np
5
  import pandas as pd
 
1
  import os
2
  os.system('pip install openpyxl')
3
+ os.system('pip install scikit-learn')
4
  from sklearn.neighbors import NearestNeighbors
5
  import numpy as np
6
  import pandas as pd