diff --git a/README b/README
index 03883f6..99668ff 100644
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
TODO:
+ * convert LE 84000 to 84k in save_name
CONSIDER in code:
* when we time the payment of GMHBA / HCF (and at what cadence) and include it in calcs better
diff --git a/disp.py b/disp.py
index b676ec3..948656b 100644
--- a/disp.py
+++ b/disp.py
@@ -22,7 +22,7 @@ class FP_VAR(FP):
dot-notation of fields
"""
- def __init__(self, label, varname, display='', cl='col-auto', datevarname=''):
+ def __init__(self, label, varname, display='', cl='col-sm-auto', datevarname=''):
### Var Attributes -- note, simple class, no methods ###
self.label=label
self.varname=varname
diff --git a/requirements.txt b/requirements.txt
index e05b674..5746914 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,11 @@
-blinker==1.9.0
-click==8.1.7
-Flask==3.1.0
-itsdangerous==2.2.0
-Jinja2==3.1.4
-MarkupSafe==3.0.2
-pysqlite3==0.5.4
-Werkzeug==3.1.3
+blinker
+click
+Flask
+itsdangerous
+Jinja2
+MarkupSafe
+pysqlite3
+Werkzeug
+flask-compress
+gunicorn
+
diff --git a/templates/index.html b/templates/index.html
index 489fc63..f57a5f1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -13,6 +13,7 @@