{% extends 'layout.html' %} {% block body %}

Upload a .csv or a .h5 file

Currently uploaded files:

{% for file in filename %}
  • {{file}}
  • {% endfor %} {% endblock %}