diff --git a/flask_app/templates/actions/actions.html b/flask_app/templates/actions/actions.html deleted file mode 100644 index 1623906..0000000 --- a/flask_app/templates/actions/actions.html +++ /dev/null @@ -1,11 +0,0 @@ - -{% extends 'base.html' %} - -{% block content %} -
Select your next step from the options below
- -{% endblock %} diff --git a/flask_app/templates/actions/clean_data.html b/flask_app/templates/actions/clean_data.html deleted file mode 100644 index 023790b..0000000 --- a/flask_app/templates/actions/clean_data.html +++ /dev/null @@ -1,9 +0,0 @@ -- We can clean your data by removing rows with missing values as well as duplicate rows. -
- -Removed {{removed_rows}} rows
-