diff --git a/koboldai_settings.py b/koboldai_settings.py
index a746d234..891fd2f6 100644
--- a/koboldai_settings.py
+++ b/koboldai_settings.py
@@ -594,7 +594,7 @@ class model_settings(settings):
self.oaiapikey = "" # API key to use for OpenAI API calls
self.configname = None
self.online_model = ''
- self.welcome_default = "
Please load a model from the left." # Custom Welcome Text
+ self.welcome_default = "
Please load a model from the left." # Custom Welcome Text
self.welcome = self.welcome_default
self.koboldai_vars = koboldai_vars
diff --git a/templates/index_new.html b/templates/index_new.html
index 599a7444..62de267b 100644
--- a/templates/index_new.html
+++ b/templates/index_new.html
@@ -45,7 +45,7 @@