Browse Source

Update config.py

Timothy J. Baek 1 year ago
parent
commit
decba05c7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/config.py

+ 1 - 1
backend/config.py

@@ -22,7 +22,7 @@ except ImportError:
     print("dotenv not installed, skipping...")
 
 WEBUI_NAME = "Open WebUI"
-
+shutil.copyfile("../build/favicon.png", "./static/favicon.png")
 
 ####################################
 # ENV (dev,test,prod)