It should work simply setting the value to None and optionally refreshing the UI:
None
def reset(): dropdown.value = None # Reset the dropdown to its initial state dropdown.update() # Refresh the UI