XThomasBU commited on
Commit
227a2f5
·
verified ·
1 Parent(s): e3d711b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,8 +64,7 @@ import chainlit as cl
64
 
65
  @cl.on_chat_start
66
  async def on_chat_start():
67
- app_user = cl.user_session.get("user")
68
- await cl.Message(f"Hello {app_user.identifier}").send()
69
  prompt = ChatPromptTemplate.from_messages(
70
  [
71
  ("human", "{question}"),
 
64
 
65
  @cl.on_chat_start
66
  async def on_chat_start():
67
+
 
68
  prompt = ChatPromptTemplate.from_messages(
69
  [
70
  ("human", "{question}"),