## Changes - Use semantic analysis of the title to determine what icon should be used for an expense. - Consider implementing this with a dictionary, where the keys are the keywords, and the values are the icon names. - This would ensure there are fast look-ups (O(1) time complexity).
Changes