Once the image is uploaded using Uploadcare widget, how to hide the choose button and show remove button if an image is uploaded?
<div id="profile_edit_img">
<%= image_tag resource.picture.present? ? resource.picture.url : "/assets/profile_blank-4844b32a08e9c5effe4be4f143d9c41f.png", id: "user_profile_pic", class: "center-block img-circle img-responsive"%>
</div>