Oxen.ai allows you to run models row by row over your datasets. This allows you to label data, or evaluate how well a model is performing. Once the model has run over your dataset, you can save the output to a new file or branch, comparing it to the original dataset.

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}