in src/SentinelUtilities/SentinelWidgets/widget_view_helper.py [0:0]
def select_account_creation():
""" Create a new account or use existing account """
storage_account_creation = ['Creating new account', 'Using exist account']
return widgets.Dropdown(options=storage_account_creation,
value=storage_account_creation[0],
description='Storage Account Creation:')