# Display recommendations for user_idx, rec in enumerate(recommendations): print(f"User {user_idx+1} recommendation: {content[rec]}")