kamkol commited on
Commit
088a2bb
·
1 Parent(s): 120c3a4

Update welcome message for A/B Testing RAG app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ The application requires preprocessing of PDF documents to build a knowledge bas
235
  )
236
 
237
  # Let the user know that the system is ready
238
- msg.content = "Knowledge base loaded! You can now ask questions about AB Testing. We'll use material written by Ronny Kohavi to answer your questions!"
239
  await msg.update()
240
 
241
  cl.user_session.set("chain", retrieval_augmented_qa_pipeline)
 
235
  )
236
 
237
  # Let the user know that the system is ready
238
+ msg.content = "Please ask questions about A/B Testing. We'll use material written by Ronny Kohavi to answer your questions!"
239
  await msg.update()
240
 
241
  cl.user_session.set("chain", retrieval_augmented_qa_pipeline)