MohamedMotaz commited on
Commit
2ab4691
1 Parent(s): 9061c90

edit app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -140,7 +140,8 @@ file_url = 'https://drive.google.com/uc?id=1-1bpusE96_Hh0rUxU7YmBo6RiwYLQGVy'
140
  DataBaseCSV = "https://drive.google.com/uc?id=11Soimwc1uKS5VGy_QROifwkdIzl8MZaV"
141
  output_path = 'Models/similarity_matrix.pkl'
142
  output_path_DataBase = 'Data/XGBoost_database.csv'
143
- user_matrix_path = "Models\user_based_matrix.pkl"
 
144
 
145
  @st.cache_data
146
  def download_model_from_google_drive(file_url, output_path):
 
140
  DataBaseCSV = "https://drive.google.com/uc?id=11Soimwc1uKS5VGy_QROifwkdIzl8MZaV"
141
  output_path = 'Models/similarity_matrix.pkl'
142
  output_path_DataBase = 'Data/XGBoost_database.csv'
143
+
144
+ user_matrix_path = "Models/user_based_matrix.pkl"
145
 
146
  @st.cache_data
147
  def download_model_from_google_drive(file_url, output_path):