aswin-10 commited on
Commit
e2a8154
·
verified ·
1 Parent(s): 47e6638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  csv_file_path = os.path.join(os.getcwd(), 'Analytics_Vidhya_Free_Course_data.csv')
10
 
11
  # Load the dataset
12
- df = pd.read_csv(csv_file_path, encoding='Windows-1252')
13
 
14
  # Load the pre-trained model for embeddings (using SentenceTransformers)
15
  model = SentenceTransformer('multi-qa-mpnet-base-dot-v1')
 
9
  csv_file_path = os.path.join(os.getcwd(), 'Analytics_Vidhya_Free_Course_data.csv')
10
 
11
  # Load the dataset
12
+ df = pd.read_csv(csv_file_path, encoding='ISO-8859-1')
13
 
14
  # Load the pre-trained model for embeddings (using SentenceTransformers)
15
  model = SentenceTransformer('multi-qa-mpnet-base-dot-v1')