Skip to content

Commit c701983

Browse files
Updated user logo to orange and removed logging
1 parent fbc4212 commit c701983

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.chainlit/config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ github = "https://github.com/Pierre-LouisBJT/yc-interview-prep"
9797
#paper = "#FFFFFF"
9898

9999
[UI.theme.light.primary]
100-
#main = "#F80061"
100+
main = "#f26522"
101101
#dark = "#980039"
102102
#light = "#FFE7EB"
103103
[UI.theme.light.text]
@@ -110,7 +110,7 @@ github = "https://github.com/Pierre-LouisBJT/yc-interview-prep"
110110
#paper = "#FFFFFF"
111111

112112
[UI.theme.dark.primary]
113-
#main = "#F80061"
113+
main = "#f26522"
114114
#dark = "#980039"
115115
#light = "#FFE7EB"
116116
[UI.theme.dark.text]

app.py

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ async def handle_error(event):
6262
openai_realtime.add_tool(tool_def, tool_handler)
6363
for tool_def, tool_handler in tools
6464
]
65-
print("Adding tools")
6665
await asyncio.gather(*coros)
6766

6867

0 commit comments

Comments
 (0)