amirhosseinkarami commited on
Commit
3558000
·
1 Parent(s): 97ab970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ p = Preprocess(model_path)
17
 
18
  data = pd.read_csv(data_path)
19
 
20
- rec = Recommender (1, 2, 3, , 4)
21
  k = 3
22
 
23
  table = [tuple(row) for row in data.to_numpy()]
 
17
 
18
  data = pd.read_csv(data_path)
19
 
20
+ rec = Recommender (1, 2, 3, 5, 4)
21
  k = 3
22
 
23
  table = [tuple(row) for row in data.to_numpy()]