Spaces:
Running
Running
Update env.py
Browse files
env.py
CHANGED
|
@@ -112,7 +112,7 @@ log.setLevel(SRC_LOG_LEVELS["CONFIG"])
|
|
| 112 |
|
| 113 |
WEBUI_NAME = os.environ.get("WEBUI_NAME", "UltimateGPT")
|
| 114 |
if WEBUI_NAME != "UltimateGPT":
|
| 115 |
-
WEBUI_NAME += ""
|
| 116 |
|
| 117 |
WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png"
|
| 118 |
|
|
|
|
| 112 |
|
| 113 |
WEBUI_NAME = os.environ.get("WEBUI_NAME", "UltimateGPT")
|
| 114 |
if WEBUI_NAME != "UltimateGPT":
|
| 115 |
+
WEBUI_NAME += "UltimateGPT"
|
| 116 |
|
| 117 |
WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png"
|
| 118 |
|