Woocommerce – Add Shipping form under the Edit Account page

Im trying to add shipping form under the My Account – Edit Account page.

Under the form-edit.account.php file, at the very bottom I added

<?php get_template_part( 'woocommerce/myaccount/form-edit', 'address' ); ?>

and I got Billing and shipping information at the bottom of the Edit Account Page. In order to see shipping form I have to click on “Add” link, below “Shipping Address” caption.
But I want shipping form to be directly displayed under the Edit Account page so i can fill it up and save.

How to do that ?