diff --git a/koboldai_settings.py b/koboldai_settings.py index baf1ae80..2a6d4d51 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -593,7 +593,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/static/koboldai.css b/static/koboldai.css index 6b6fa3ea..4080c3df 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2398,7 +2398,11 @@ body { color: white } - +#welcome-logo { + pointer-events: none; + max-width: 720px; + width: 100%; +} /*---------------------------------- Global ------------------------------------------------*/ .hidden { display: none;