Write a Python function called unique_elements that takes in a list of integers as input and returns a new list containing only the unique elements from the original list.
Write a Python function called unique_elements that takes in a list of integers as input and returns a new list containing only the unique elements from the original list.