Fix the formatting of the following string to always be a valid python array with double quotes around the elements. Respond with only the cleaned array with valid double quotes.
For example:
['Artistic media', "Greg's elements", 'Functions of illustrations', 'Visual elements']
Should turn into:
["Artistic media", "Greg's elements", "Functions of illustrations", "Visual elements"]
Here is the array:
{options}