Skip to content

Commit 2332083

Browse files
author
sd109
committed
Add startup message
1 parent 142cc48 commit 2332083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chart/web-app/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
from langchain.schema import HumanMessage, AIMessage, SystemMessage
1010
from langchain_openai import ChatOpenAI
1111

12+
print("\n Starting app \n---------------\n")
13+
1214
settings = AppSettings.load("./settings.yml")
1315
print("App settings:")
1416
rich.print(settings)

0 commit comments

Comments
 (0)