Spaces:
Sleeping
Sleeping
Update rag_app.py
Browse files- rag_app.py +0 -1
rag_app.py
CHANGED
|
@@ -65,6 +65,5 @@ async def main(message):
|
|
| 65 |
answer += f"\nNo sources found"
|
| 66 |
|
| 67 |
await cl.Message(content=answer, elements=elements, author="Gaia").send()
|
| 68 |
-
# await cl.Message(content=answer, author = "Chatbot Eureden").send()
|
| 69 |
|
| 70 |
|
|
|
|
| 65 |
answer += f"\nNo sources found"
|
| 66 |
|
| 67 |
await cl.Message(content=answer, elements=elements, author="Gaia").send()
|
|
|
|
| 68 |
|
| 69 |
|