diff --git a/page.html b/page.html
index bee7ec6b3139b3b1322863268943d4ad243f7479..17d8ed0246d4f653e68cf0a6dcf94132cae2d753 100644
--- a/page.html
+++ b/page.html
@@ -1,8 +1,7 @@
 {% extends "templates/page.html" %}
 
-{% set extra_resources = {'n_gpus' : 3} %}
-<!-- {% do extra_resources['n_cpus']=4 %}  -->
+{% set extra_resources = {'n_gpus' : 0} %}
 
 {% block footer %}
-CSUSB ITS/ATI {{ extra_resources.n_gpus }}
+CSUSB ITS/ATI 
 {% endblock %}