Spaces:
Sleeping
Sleeping
Update recommender.py
Browse files- recommender.py +1 -1
recommender.py
CHANGED
|
@@ -638,4 +638,4 @@ if __name__ == "__main__":
|
|
| 638 |
strand='STEM',
|
| 639 |
hobbies='programming, gaming, technology'
|
| 640 |
)
|
| 641 |
-
print("Recommended courses:", json.dumps(recommendations, indent=2))
|
|
|
|
| 638 |
strand='STEM',
|
| 639 |
hobbies='programming, gaming, technology'
|
| 640 |
)
|
| 641 |
+
print("Recommended courses:", json.dumps(recommendations, indent=2))
|