This change fixes a UI issue in templates/visualize/index.html where the import button was placed inside the table structure and could end up hidden or not rendered as intended. The import caption, label, and file input were moved to sit after the closing </table>, preserving the control while making it consistently visible to users. Practically, importing data from CSV should now be discoverable and usable again.