From API reference - Set documentation, there is no add_record method for Set objects.
Solution seems to redefine the set with your new element:
regions = Set(m, name="regions", records=["east", "west", "north", "south", "central"])