"...resnet50_tensorflow.git" did not exist on "56a2f7047a93e360919d08d839ed232fbb665004"
Commit c5eac5a1 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: webui name

parent e399b386
...@@ -71,6 +71,9 @@ except ImportError: ...@@ -71,6 +71,9 @@ except ImportError:
log.warning("dotenv not installed, skipping...") log.warning("dotenv not installed, skipping...")
WEBUI_NAME = os.environ.get("WEBUI_NAME", "Open WebUI") WEBUI_NAME = os.environ.get("WEBUI_NAME", "Open WebUI")
if WEBUI_NAME != "Open WebUI":
WEBUI_NAME += " (Open WebUI)"
WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png" WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png"
#################################### ####################################
...@@ -195,9 +198,6 @@ if CUSTOM_NAME: ...@@ -195,9 +198,6 @@ if CUSTOM_NAME:
except Exception as e: except Exception as e:
log.exception(e) log.exception(e)
pass pass
else:
if WEBUI_NAME != "Open WebUI":
WEBUI_NAME += " (Open WebUI)"
#################################### ####################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment