Spaces:
Sleeping
Sleeping
Update welcome message for A/B Testing RAG app
Browse files
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 = "
|
| 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)
|