diff --git a/template/index.html b/template/index.html
index 67cc37e..65cfc93 100644
--- a/template/index.html
+++ b/template/index.html
@@ -1,50 +1,44 @@
-
+
-
-
-
-
-
- Koodiklinikan palkkakysely, {{ year }}
-
-
- Koodiklinikan palkkakysely, {{ year }}
- Tunnusluvut
-
- - n = {{ df|length }}
- {% with num_kk = df[pd.to_numeric(df['Kuukausipalkka'],
- errors='coerce').notnull()]['Kuukausipalkka'] %}
- - Keskimääräinen kuukausipalkka = {{ num_kk.mean()|round(0) }} €
- - Mediaanikuukausipalkka = {{ num_kk.median()|round(0) }} €
- {% endwith %} {% with num_v = df[pd.to_numeric(df['Vuositulot'],
- errors='coerce').notnull()]['Vuositulot'] %}
- - Keskimääräiset vuositulot = {{ num_v.mean()|round(0) }} €
- - Mediaanivuositulot = {{ num_v.median()|round(0) }} €
- {% endwith %}
-
- Työkalut
-
- Data
-
-
-
+
+
+
+
+
+ Koodiklinikan palkkakysely, {{year}}
+
+
+Koodiklinikan palkkakysely, {{year}}
+Tunnusluvut
+
+ - n = {{ df|length }}
+ {% with num_kk = df[pd.to_numeric(df['Kuukausipalkka'], errors='coerce').notnull()]['Kuukausipalkka'] %}
+ - Keskimääräinen kuukausipalkka = {{ num_kk.mean()|round(0) }} €
+ - Mediaanikuukausipalkka = {{ num_kk.median()|round(0) }} €
+ {% endwith %}
+ {% with num_v = df[pd.to_numeric(df['Vuositulot'], errors='coerce').notnull()]['Vuositulot'] %}
+ - Keskimääräiset vuositulot = {{ num_v.mean()|round(0) }} €
+ - Mediaanivuositulot = {{ num_v.median()|round(0) }} €
+ {% endwith %}
+
+Työkalut
+
+Data
+
+
+