SiddhJagani commited on
Commit
310fb8b
·
verified ·
1 Parent(s): 6137c7f

Update env.py

Browse files
Files changed (1) hide show
  1. env.py +1 -1
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