From 70ae053a460f44bf5924cf01d8992580fda546f8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 3 May 2024 14:23:38 -0700 Subject: [PATCH] fix: ascii art issue #1918 --- backend/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index e37ac324b..e36b8296a 100644 --- a/backend/main.py +++ b/backend/main.py @@ -25,6 +25,8 @@ from apps.litellm.main import ( start_litellm_background, shutdown_litellm_background, ) + + from apps.audio.main import app as audio_app from apps.images.main import app as images_app from apps.rag.main import app as rag_app @@ -74,7 +76,7 @@ class SPAStaticFiles(StaticFiles): print( - f""" + rf""" ___ __ __ _ _ _ ___ / _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _| | | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || |