Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import faiss
|
|
| 8 |
import numpy as np
|
| 9 |
|
| 10 |
# Load dataset
|
| 11 |
-
df = pd.read_csv('
|
| 12 |
|
| 13 |
def recommend_courses(user_skills, user_level, df):
|
| 14 |
# Combine prerequisites and difficulty into a single feature
|
|
|
|
| 8 |
import numpy as np
|
| 9 |
|
| 10 |
# Load dataset
|
| 11 |
+
df = pd.read_csv('nlp_test_data_final.csv')
|
| 12 |
|
| 13 |
def recommend_courses(user_skills, user_level, df):
|
| 14 |
# Combine prerequisites and difficulty into a single feature
|